aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6925b97..402d92c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,8 @@
"author": "eug-vs <eugene@eug-vs.xyz>",
"license": "MIT",
"scripts": {
- "start": "ts-node index.ts"
+ "start": "ts-node index.ts",
+ "test": "mocha -r ts-node/register **/*.test.ts"
},
"dependencies": {
"debug": "^4.3.3",
@@ -13,7 +14,11 @@
"typescript": "^4.6.2"
},
"devDependencies": {
+ "@types/assert": "^1.5.6",
"@types/debug": "^4.1.7",
+ "@types/mocha": "^9.1.0",
+ "assert": "^2.0.0",
+ "mocha": "^9.2.1",
"tslib": "^2.3.1"
}
}