-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
49 lines (49 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "eosio-mongodb-queries",
"version": "1.0.0",
"description": "EOSIO MongoDB Queries",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"src"
],
"scripts": {
"test": "tslint --project .",
"prepare": "tsc",
"postpublish": "git push && git push --tags",
"docs": "tsc && documentation readme index.js --section=API"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EOS-BP-Developers/eosio-mongodb-queries.git"
},
"keywords": [
"eosio",
"database",
"mongodb",
"mongo",
"eos"
],
"author": "EOS BP Developers",
"contributors": [
"Denis Carriere <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EOS-BP-Developers/eosio-mongodb-queries/issues"
},
"homepage": "https://github.com/EOS-BP-Developers/eosio-mongodb-queries#readme",
"devDependencies": {
"@types/bson": "*",
"@types/dotenv": "*",
"@types/mongodb": "*",
"@types/node": "*",
"documentation": "*",
"dotenv": "*",
"mongodb": "*",
"tslint": "*",
"typescript": "*"
}
}