-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
43 lines (43 loc) · 1.08 KB
/
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": "fankouzu-mint-cryptocurrency",
"version": "1.0.0",
"description": "",
"main": "",
"directories": {
"test": "test"
},
"dependencies": {
"@davidqhr/ganache-cli": "6.4.3",
"@openzeppelin/contracts": "^2.5.0",
"@truffle/debug-utils": "^4.1.1",
"@truffle/hdwallet-provider": "^1.0.34",
"bip39": "^3.0.2",
"ethers": "^4.0.47",
"inquirer": "^7.1.0",
"truffle": "5.0.22"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.5",
"chai": "^4.2.0",
"eth-gas-reporter": "^0.2.17",
"mocha": "^7.1.2"
},
"scripts": {
"test": "node script/test.js",
"migrate": "node script/migrate.js",
"compile": "truffle compile",
"ganache": "ganache-cli -e 1000",
"node": "node script/network.js",
"mocha": "mocha --exit --recursive"
},
"mocha": {
"timeout": 100000,
"useColors": true,
"comment":"这里是彩蛋:下面这一行改成nyan然后再运行npm run test试一下",
"reporter": "spec"
},
"keywords": [],
"author": "",
"license": "ISC"
}