-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 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
32
33
{
"name": "backend",
"version": "1.0.0",
"description": "React Backend",
"main": "index.js",
"scripts": {
"start": "node scripts/start.js",
"dev": "nodemon --exec 'npm run start'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmesworld/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmesworld/backend/issues"
},
"homepage": "https://github.com/jmesworld/backend#readme",
"dependencies": {
"bignumber.js": "^9.0.2",
"bip39": "^3.0.4",
"body-parser": "^1.20.0",
"elliptic": "^6.5.4",
"ethers": "^5.6.8",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"nodeforage": "github:Alex-Werner/nodeforage#feat/search",
"web3": "^1.7.3"
}
}