kidshift-be/package.json

19 lines
362 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
2024-06-15 07:04:23 +00:00
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.2",
"nodemon": "^3.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
2024-06-15 06:44:38 +00:00
}