-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "filscraper",
"version": "0.2.8",
"description": "Filscraper",
"main": "index.js",
"scripts": {
"start": "env-cmd node index.js",
"api": "env-cmd node api.js",
"test-zerolabs": "env-cmd node zerolabs-client-test.js",
"test-lily": "env-cmd node lily-client-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Digital-MOB-Filecoin/filscraper.git"
},
"author": "Andreea Stefan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Digital-MOB-Filecoin/filscraper/issues"
},
"homepage": "https://github.com/Digital-MOB-Filecoin/filscraper#readme",
"dependencies": {
"axios": "0.21.1",
"big.js": "^6.1.1",
"bn": "^1.0.5",
"bn.js": "^5.2.0",
"borc": "^3.0.0",
"cors": "^2.8.5",
"country-iso-3-to-2": "^1.1.1",
"csv-parse": "^5.3.0",
"env-cmd": "^10.1.0",
"express": "^4.17.1",
"node-cron": "^3.0.3",
"pg": "^8.6.0",
"postgres-migrations": "^5.3.0",
"save": "^2.4.0",
"time-stamp": "^2.2.0",
"write": "^2.0.0"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}