aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index c395340eb..8540e7785 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"build:commonjs": "tsc",
"build:es6": "tsc -m es6 --outDir lib-esm",
"build": "npm run clean && run-p build:*",
- "lint": "tslint src/ts/**/*"
+ "lint": "tslint src/ts/**/*",
+ "test": "run-s clean build:commonjs && mocha lib/test/**/*.js"
},
"repository": {
"type": "git",
@@ -26,7 +27,11 @@
"node": ">=6.0.0"
},
"devDependencies": {
+ "@types/chai": "^3.5.2",
+ "@types/mocha": "^2.2.41",
"awesome-typescript-loader": "^3.1.3",
+ "chai": "^3.5.0",
+ "mocha": "^3.4.1",
"npm-run-all": "^4.0.2",
"shx": "^0.2.2",
"tslint": "^5.3.2",
@@ -34,4 +39,4 @@
"typescript": "^2.3.3",
"webpack": "^2.6.0"
}
-}
+} \ No newline at end of file