-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "contractsv3",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test-voting": "truffle test test/Voting.spec.js",
"test-zone": "truffle test test/ZoneFactory-Zone.spec.js",
"test-shop": "truffle test test/Shops.spec.js",
"test-all": "truffle test test/*.spec.js",
"migrate": "truffle migrate",
"ganache": "ganache-cli --gasLimit 15000000 --allowUnlimitedContractSize",
"compile": "npx truffle compile"
},
"author": "",
"license": "ISC",
"dependencies": {
"@truffle/hdwallet-provider": "1.2.3",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"ganache-cli": "^6.12.2",
"openzeppelin-solidity": "4.0.0-beta.0",
"papa": "0.0.0",
"papaparse": "^5.3.0",
"truffle": "^5.1.52"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.11",
"bignum": "^0.13.1",
"bignumber.js": "^9.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.2.1",
"ethereumjs-util": "^5.2.0",
"pretty-time": "^1.1.0",
"truffle-assertions": "^0.9.2"
}
}