add stuff to package.json

main
Yanick Champoux 2019-01-18 19:48:40 -05:00
parent facfac3ec5
commit a6954d4c26
1 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"declarative" "declarative"
], ],
"scripts": { "scripts": {
"dtslint": "dtslint --onlyTestTsNext types",
"test": "gulp", "test": "gulp",
"test:watch": "gulp watch", "test:watch": "gulp watch",
"prepublish": "gulp prepublish", "prepublish": "gulp prepublish",
@ -32,12 +33,17 @@
"lodash": "^4.2.0" "lodash": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"babel-core": "^6.4.0", "babel-core": "^6.4.0",
"babel-loader": "^6.2.1", "babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13", "babel-preset-stage-2": "^6.3.13",
"benchmark": "^1.0.0", "benchmark": "^1.0.0",
"chai": "^3.2.0", "chai": "^3.2.0",
"dtslint": "^0.4.2",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3", "eslint-config-airbnb-base": "^11.1.3",
"eslint-config-prettier": "^1.6.0", "eslint-config-prettier": "^1.6.0",
@ -62,5 +68,6 @@
"webpack": "^1.10.5", "webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1", "webpack-dev-server": "^1.10.1",
"webpack-stream": "^2.1.0" "webpack-stream": "^2.1.0"
} },
"types": "types"
} }