31 lines
677 B
JSON
31 lines
677 B
JSON
{
|
|
"name": "unit-test-template-typescript",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"start": "ts-node src/index.ts",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
"eslint": "^8.57.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.3"
|
|
},
|
|
"dependencies": {
|
|
"nodemon": "^3.1.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"ts-node": "^10.9.2",
|
|
"tsyringe": "^4.8.0"
|
|
}
|
|
}
|