diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 2686b57..f46bc29 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,15 @@ "license": "MIT", "scripts": { "tsc": "tsc --emitDeclarationOnly --outDir lib", + "test": "jest", "build": "rimraf lib && node ./esbuild.js && npm run tsc" }, "devDependencies": { + "@types/jest": "^27.4.0", "esbuild": "^0.14.10", + "jest": "^27.4.7", "rimraf": "^3.0.2", + "ts-jest": "^27.1.2", "typescript": "^4.5.4" } } |
