{ "name": "events-http-typescript", "private": true, "version": "1.0.0", "main": "index.js", "scripts": { "build": "tsc", "start": "ts-node src/app.ts", "start:importEvents": "ts-node src/app.ts importEvents", "start:importSessions": "ts-node src/app.ts importSessions", "dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/app.ts" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "description": "", "devDependencies": { "@types/dotenv": "^6.1.1", "@types/express": "^5.0.1", "typescript": "^5.8.3" }, "dependencies": { "@azure/cosmos": "^4.3.0", "@azure/data-tables": "^13.3.0", "@modelcontextprotocol/sdk": "^1.26.0", "@types/uuid": "^10.0.0", "csv-parse": "^5.6.0", "dotenv": "^16.5.0", "express": "^5.1.0", "ts-node": "^10.9.2", "uuid": "^14.0.0" } }