{ "name": "express", "version": "1.0.0", "main": "dist/milvus_insight/express/src/app.js", "license": "MIT", "dependencies": { "@zilliz/milvus2-sdk-node": "^1.0.18", "cors": "^2.8.5", "express": "^4.17.1", "glob": "^7.2.0", "helmet": "^4.6.0", "node-cron": "^3.0.0", "rimraf": "^3.0.2", "socket.io": "^4.3.1" }, "devDependencies": { "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/glob": "^7.2.0", "@types/node": "^16.11.6", "@types/node-cron": "^3.0.0", "@types/ws": "^8.2.0", "ts-node": "^10.4.0", "tslint": "^6.1.3", "typescript": "^4.4.4" }, "scripts": { "prebuild": "tslint -c tslint.json -p tsconfig.json --fix", "build": "yarn clean && tsc", "prestart": "yarn build", "start": "node .", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist" } }