kidshift-be/package.json

24 lines
483 B
JSON
Raw Normal View History

2024-06-15 06:44:38 +00:00
{
"name": "kidshift-be",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-06-15 07:14:03 +00:00
"start": "ts-node src/index.ts",
2024-06-15 06:44:38 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2024-06-15 07:04:23 +00:00
"license": "ISC",
"devDependencies": {
2024-06-15 07:11:23 +00:00
"@types/express": "^4.17.21",
2024-06-15 07:04:23 +00:00
"@types/node": "^20.14.2",
"nodemon": "^3.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
2024-06-15 07:11:23 +00:00
},
"dependencies": {
"express": "^4.19.2"
2024-06-15 07:04:23 +00:00
}
2024-06-15 06:44:38 +00:00
}