-
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) · 814 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 814 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": "helloworld",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/main.js",
"dev": "webpack && node server/main.js",
"webpack": "webpack --watch",
"build": "npx webpack "
},
"author": "",
"license": "ISC",
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@rails/webpacker": "^5.4.3",
"@truffle/hdwallet-provider": "^2.0.9",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"node_modules-path": "^2.0.5",
"truffle": "^5.8.0",
"truffle-hdwallet-provider": "^1.0.17",
"webpack": "4",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"truffle-contract": "^4.0.31"
},
"description": ""
}