forked from randreserve/zarp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.71 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
44
45
46
47
48
49
50
{
"license": "MIT",
"scripts": {
"build": "waffle",
"flatten": "waffle flatten",
"test": "yarn build && export NODE_ENV=test && mocha --timeout 5000",
"ganache": "yarn ganache-cli -m \"waffle waffle waffle waffle waffle waffle waffle waffle waffle waffle waffle\"",
"truffle:ropsten": "truffle console --network ropsten",
"truffle:gc": "truffle console --network ganacheCli",
"truffle:gd": "truffle console --network ganacheDesktop",
"truffle": "truffle develop",
"docs": "yarn glob-run yarn mmdc -H 1 -w 2048 -i docs/**/*.mmd -o docs/*.png ",
"lint": "yarn solhint ./contracts/**/*.sol",
"prettier": "prettier --write 'contracts/**/*.sol'"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/register": "^7.12.13",
"@openzeppelin/test-helpers": "^0.5.10",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"chai": "^4.3.0",
"dotenv": "^8.2.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"ethereum-waffle": "^3.2.2",
"ethereumjs-wallet": "^1.0.1",
"ganache-cli": "^6.12.2",
"glob-run": "^0.1.7",
"mocha": "^8.2.1",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.4",
"solc": "0.7.6",
"solhint": "^3.3.2",
"truffle": "^5.1.65",
"truffle-wallet-provider": "^0.0.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.4"
},
"dependencies": {
"@mermaid-js/mermaid-cli": "^8.9.0",
"@openzeppelin/contracts": "3.4.0-solc-0.7",
"@truffle/hdwallet-provider": "^1.2.1",
"@typescript-eslint/parser": "^4.15.0"
}
}