aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/monorepo-scripts/package.json')
-rw-r--r--packages/monorepo-scripts/package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json
index 187a80c93..e6273fd60 100644
--- a/packages/monorepo-scripts/package.json
+++ b/packages/monorepo-scripts/package.json
@@ -8,6 +8,9 @@
"description": "Helper scripts for the monorepo",
"main": "lib/index.js",
"types": "lib/index.d.ts",
+ "bin": {
+ "contracts-gen": "bin/contracts-gen.js"
+ },
"scripts": {
"build": "tsc -b",
"build:ci": "yarn build",
@@ -36,6 +39,7 @@
"@types/mkdirp": "^0.5.2",
"@types/node": "*",
"@types/opn": "^5.1.0",
+ "@types/prettier": "^1.15.2",
"@types/rimraf": "^2.0.2",
"@types/semver": "5.5.0",
"@types/yargs": "^10.0.0",
@@ -48,17 +52,20 @@
},
"dependencies": {
"@0x/utils": "^3.0.1",
+ "@0x/types": "^1.5.2",
"@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0",
"async-child-process": "^1.1.1",
"chalk": "^2.3.0",
"es6-promisify": "^5.0.0",
+ "ethereum-types": "^1.1.6",
"glob": "^7.1.2",
"isomorphic-fetch": "2.2.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"moment": "2.21.0",
"opn": "^5.3.0",
+ "prettier": "^1.16.3",
"promisify-child-process": "^1.0.5",
"prompt": "^1.0.0",
"publish-release": "0xproject/publish-release",
@@ -66,6 +73,7 @@
"semver": "5.5.0",
"semver-diff": "^2.1.0",
"semver-sort": "0.0.4",
+ "snake-case": "^2.1.0",
"typedoc": "0.13.0",
"yargs": "^10.0.3"
},