UNPKG

canonical-weth

Version:

Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)

44 lines (43 loc) 1.2 kB
{ "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" }