-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "arweave-js-gateway",
"version": "1.0.0",
"main": "src/server.js",
"dependencies": {
"@arweave-cdn/uploader": "^1.0.4",
"arweave": "^1.10.16",
"aws-sdk": "^2.874.0",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.19.0",
"digest-stream": "^2.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.24.0",
"express": "^4.17.1",
"fs": "*",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-fetch": "^2.6.1",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.6.2",
"sia.js": "^0.4.2",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"scripts": {
"test": "mocha -t 100000 src/tests/test",
"start": "node src/server.js"
},
"author": "",
"license": "ISC",
"description": "arweave-arhive-implementation-js gateway service",
"repository": {
"type": "git",
"url": "git+https://github.com/ColdStack-Network/arweave-arhive-implementation-js-gateway.git"
},
"bugs": {
"url": "https://github.com/ColdStack-Network/arweave-arhive-implementation-js-gateway/issues"
},
"homepage": "https://github.com/ColdStack-Network/arweave-arhive-implementation-js-gateway#readme",
"devDependencies": {
"mocha": "^8.4.0",
"supertest": "^6.1.3"
}
}