{ "name": "ifms-healthtracker", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "clean": "rimraf ./dist", "build": "npm run clean && tsc", "start": "PRODUCTION=true node dist", "dev": "nodemon --ext js,ts,mts,mjs,json,prisma --exec \"tsx src/index.ts\"" }, "prisma": { "seed": "tsx prisma/seed.ts" }, "keywords": [], "author": "Douglas Barone", "license": "ISC", "devDependencies": { "@types/express": "^4.17.17", "@types/jsonwebtoken": "^9.0.2", "@types/node": "^20.3.1", "nodemon": "^2.0.22", "prisma": "^4.15.0", "rimraf": "^5.0.1", "tsx": "^3.12.7", "typescript": "^5.1.3" }, "dependencies": { "@prisma/client": "^4.15.0", "body-parser": "^1.20.2", "bree": "^9.1.3", "dotenv": "^16.1.4", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", "ldapts": "^4.2.6", "net-snmp": "^3.9.6" } }