forked from kirils/portalBackEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "snapshotimporter",
"version": "1.0.0",
"description": "A utility to import a CSV snapshot into MongoDB",
"main": "import.js",
"scripts": {
"start": "node worbli-api.js",
"import": "node import-snapshot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worbli/SnapshotImporter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/worbli/SnapshotImporter/issues"
},
"homepage": "https://github.com/worbli/SnapshotImporter#readme",
"dependencies": {
"aws-sdk": "^2.333.0",
"bcrypt": "^3.0.2",
"big-integer": "^1.6.36",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"dotenv": "^6.0.0",
"eosjs": "^20.0.0-beta2",
"express": "^4.16.3",
"express-rate-limit": "^3.3.0",
"express-validation": "^1.0.2",
"fast-csv": "^2.4.1",
"helmet": "^3.13.0",
"install": "^0.12.2",
"joi": "^14.0.4",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.2",
"node-fetch": "^2.2.1",
"npm": "^6.4.1",
"unirest": "^0.5.1"
}
}