-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 899 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
{
"name": "helloworld",
"version": "1.0.0",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"ganache": "ganache-cli -m 'need champion step tone example napkin key net grief fan focus repair'",
"test": "truffle test",
"start": "node server/main.js",
"dev": "node_modules/.bin/webpack && node server/main.js",
"webpack": "node_modules/.bin/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-hdwallet-provider": "^1.0.17",
"webpack": "4",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"truffle-contract": "^4.0.31"
},
"description": ""
}