{
"main": "index.ts",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^18",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.0.0"
},
"scripts": {
"test": "jest --color=false"
}