forked from oceanprotocol/uploader_arweave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 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
38
39
40
41
42
{
"name": "arweave-upload",
"version": "0.1.2",
"description": "A micro-service used by Ocean Protocol for uploading files to Arweave",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha"
},
"keywords": [
"arweave",
"nodejs",
"express",
"restapi"
],
"author": "MantisClone (David Hunt-Mateo) & Corrie Sloot",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MantisClone/arweave-upload.git"
},
"bugs": {
"url": "https://github.com/MantisClone/arweave-upload/issues"
},
"homepage": "https://github.com/MantisClone/arweave-upload#readme",
"dependencies": {
"@bundlr-network/client": "^0.8.9",
"@types/express": "^4.17.11",
"@types/qs": "^6.9.4",
"axios": "^0.21.1",
"better-sqlite3": "^7.6.2",
"body-parser": "^1.19.0",
"ethers": "^5.7.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"sqlite3": "^5.1.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.1.0"
}
}