From 755c980a56385f2fe4198b5d4a312d7af0eab02c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 25 May 2017 10:58:40 +0200 Subject: Add assertions library and add them for all function args --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2f345a3f1..275a57a93 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "node": ">=6.0.0" }, "devDependencies": { + "@types/bignumber.js": "^4.0.2", "@types/chai": "^3.5.2", "@types/mocha": "^2.2.41", "@types/node": "^7.0.22", @@ -46,9 +47,12 @@ "tslint-config-0xproject": "^0.0.2", "typedoc": "^0.7.1", "typescript": "^2.3.3", + "web3-typescript-typings": "0.0.3", "webpack": "^2.6.0" }, "dependencies": { - "ethereumjs-util": "^5.1.1" + "bignumber.js": "^4.0.2", + "ethereumjs-util": "^5.1.1", + "web3": "^0.19.0" } } -- cgit