{ "name": "kidshift-be", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "scripts": { "start": "npx tsx src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/chalk": "^2.2.0", "@types/express": "^4.17.21", "@types/node": "^20.14.2", "nodemon": "^3.1.3", "ts-node": "^10.9.2", "typescript": "^5.4.5" }, "dependencies": { "chalk": "^5.3.0", "express": "^4.19.2", "inversify": "^6.0.2", "reflect-metadata": "^0.2.2" } }