-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 804 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 804 Bytes
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
{
"name": "auth",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node --inspect index.js",
"test": "node --inspect=127.0.0.1:9230 test-upload.js",
"testImage": "node --inspect=127.0.0.1:9231 test-image-upload.js",
"testWallet": "node --inspect=127.0.0.1:9233 createLocalWallet.js",
"testJson": "node --inspect=127.0.0.1:9233 test-exceljson-upload.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"arweave-wallet-kit": "^1.0.8",
"arweavekit": "^1.5.1",
"auth": "file:",
"cors": "^2.8.5",
"express": "^4.21.1",
"file-type": "^19.6.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.7.0",
"xlsx": "^0.18.5"
},
"type": "module",
"engines": {
"node": "18.20.4"
}
}