-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 969 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
43
{
"name": "scvdp",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js ",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ls"
},
"author": "",
"license": "ISC",
"devDependencies": {
"assert": "^2.0.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"nodemon": "^2.0.16",
"os-browserify": "^0.3.0",
"parcel": "^2.6.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"dependencies": {
"axios": "^0.27.2",
"cookie-parser": "^1.4.6",
"express": "^4.18.1",
"express-session": "^1.17.3",
"ipfs-http-client": "^53.0.1",
"multer": "^1.4.5-lts.1",
"nunjucks": "^3.2.3",
"truffle-contract": "^4.0.31",
"web3": "^1.7.3"
}
}