aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index f2b5afd..3f1e2b0 100644
--- a/package.json
+++ b/package.json
@@ -8,10 +8,17 @@
"scripts": {
"build": "tsc",
"serve": "serve -p 3000 .",
- "watch": "tsc --watch"
+ "watch": "tsc --watch",
+ "test": "jest"
},
"devDependencies": {
+ "@types/jest": "^29.5.3",
+ "jest": "^29.6.2",
+ "jest-environment-jsdom": "^29.6.2",
"serve": "^14.2.0",
+ "ts-jest": "^29.1.1",
+ "ts-node": "^10.9.1",
"typescript": "^5.1.6"
- }
+ },
+ "dependencies": {}
}