add jasmine devDependency for testing

This commit is contained in:
Jack Case
2025-12-09 21:06:26 +00:00
parent 1b819dd67a
commit cb960280c6
2 changed files with 267 additions and 2 deletions

View File

@@ -3,8 +3,9 @@
"altcha": "^2.2.4"
},
"devDependencies": {
"typescript": "^5.9.3",
"@types/firefox-webext-browser": "^143.0.0"
"@types/firefox-webext-browser": "^143.0.0",
"jasmine": "^5.13.0",
"typescript": "^5.9.3"
},
"scripts": {
"build": "dev-scripts/build-extension.sh"