diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 7c1a82f..7d9678e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "start": "node build/index.js", "build": "tsc", - "type-check": "tsc --noEmit" + "type-check": "tsc --noEmit", + "test": "jest" }, "repository": { "type": "git", @@ -32,8 +33,12 @@ "devDependencies": { "@types/emoji-strip": "^1.0.0", "@types/express": "^4.17.13", + "@types/jest": "^27.4.0", "@types/node": "^16.11.12", "@types/tail": "^2.2.1", + "dotenv": "^10.0.0", + "jest": "^27.4.5", + "ts-jest": "^27.1.2", "typescript": "^4.5.3" } } |