{ "name": "analytics-api", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "cors": "^2.8.5", "date-fns": "^4.1.0", "express": "^4.21.2", "lodash": "^4.17.21", "mathjs": "^14.6.0", "swagger-ui-express": "^5.0.1" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^4.17.23", "@types/jest": "^30.0.0", "@types/lodash": "^4.17.20", "@types/node": "^24.3.0", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.8", "concurrently": "^9.2.1", "jest": "^30.1.3", "swagger-jsdoc": "^6.2.8", "ts-jest": "^29.4.4", "ts-node": "^10.9.2", "typescript": "^5.9.2" } }