Skip to content

Instantly share code, notes, and snippets.

@kermankohli
Created October 28, 2018 06:55
Show Gist options
  • Save kermankohli/b3a5b51c87180dc84346b121b4b4a3a7 to your computer and use it in GitHub Desktop.
Save kermankohli/b3a5b51c87180dc84346b121b4b4a3a7 to your computer and use it in GitHub Desktop.
Base Contract Package JSON
{
"name": "@your-project/base-contract",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf rm -rf dist",
"build": "npm run clean && tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"@0xproject/types": "^1.0.1-rc.4",
"@0xproject/typescript-typings": "^0.3.2",
"@your-project/types": "^0.2.0",
"@types/lodash": "^4.14.116",
"@types/node": "^8.5.1",
"bignumber.js": "^4.1.0",
"lodash": "^4.17.11",
"rimraf": "^2.6.2",
"web3": "0.20.0"
},
"publishConfig": {
"access": "public"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment