aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-typescript-typings/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web3-typescript-typings/package.json')
-rw-r--r--packages/web3-typescript-typings/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json
index 4187205e2..77be27cb1 100644
--- a/packages/web3-typescript-typings/package.json
+++ b/packages/web3-typescript-typings/package.json
@@ -4,6 +4,9 @@
"description": "Typescript type definitions for web3",
"main": "index.d.js",
"types": "index.d.js",
+ "scripts": {
+ "lint": "tslint index.d.ts"
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/0xProject/web3-typescript-typings.git"
@@ -18,7 +21,10 @@
},
"homepage": "https://github.com/0xProject/web3-typescript-typings#readme",
"devDependencies": {
- "@types/bignumber.js": "^4.0.2"
+ "@types/bignumber.js": "^4.0.2",
+ "tslint": "^5.5.0",
+ "tslint-config-0xproject": "^0.0.2",
+ "typescript": "^2.4.2"
},
"dependencies": {
"bignumber.js": "^4.0.2"