-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
43 lines (43 loc) · 1.17 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
{
"directories": {
"test": "test"
},
"scripts": {
"prepack": "npm run build && eslint . && npm run fmtsrc",
"fmtsrc": "eslint . --fix",
"lint": "eslint .",
"build": "truffle compile --all && tnt cB && tnt iN",
"test": "truffle compile --all --solc-version=0.4.22 && truffle compile --all --solc-version=0.5.0"
},
"devDependencies": {
"@gnosis.pm/truffle-nice-tools": "^1.3.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"lodash": "^4.17.11",
"prettier": "^1.11.1",
"truffle": "^5.0.5",
"yargs": "^13.2.1"
},
"name": "canonical-weth",
"description": "Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)",
"version": "1.4.0",
"main": "index.js",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/canonical-weth.git"
},
"keywords": [
"canonical",
"weth",
"ethereum",
"truffle",
"smart-contract"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gnosis/canonical-weth/issues"
},
"homepage": "https://github.com/gnosis/canonical-weth#readme"
}