-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "botkit-storage-datastore",
"version": "1.0.0",
"description": "Google Cloud Datastore driver for Botkit",
"main": "index.js",
"scripts": {
"pretest": "eslint ./",
"test": "istanbul cover --report lcov --dir coverage/ _mocha ./tests/index.js -- --colors"
},
"keywords": [
"botkit",
"datastore",
"google cloud datastore"
],
"author": "Fábio Franco Uechi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabito/botkit-storage-datastore.git"
},
"bugs": {
"url": "https://github.com/fabito/botkit-storage-datastore/issues"
},
"dependencies": {
"@google-cloud/datastore": "^9.0.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.12.1",
"istanbul": "^0.4.5",
"mocha": "^10.2.0",
"proxyquire": "^2.1.0",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^7.2.3"
}
}