aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/package.json')
-rw-r--r--packages/deployer/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/deployer/package.json b/packages/deployer/package.json
index 6564d89eb..e1e41271c 100644
--- a/packages/deployer/package.json
+++ b/packages/deployer/package.json
@@ -28,14 +28,21 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/deployer/README.md",
"devDependencies": {
+ "@0xproject/tslint-config": "^0.4.7",
+ "chai": "^4.0.1",
"copyfiles": "^1.2.0",
+ "mocha": "^4.0.1",
+ "tslint": "5.8.0",
"types-bn": "^0.0.1",
"typescript": "2.7.1",
"web3-typescript-typings": "^0.9.9"
},
"dependencies": {
+ "@0xproject/json-schemas": "^0.7.9",
"@0xproject/utils": "^0.3.1",
+ "@0xproject/types": "^0.2.0",
"@0xproject/web3-wrapper": "^0.1.11",
+ "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
"solc": "^0.4.18",
"web3": "^0.20.0",