proxy/apps/proxy/package.json
Liam 6003c2436a
All checks were successful
Publish Docker Images / docker (push) Successful in 1m52s
metrics!!!!!!!!!!!
2023-11-16 17:52:44 +00:00

26 lines
640 B
JSON

{
"name": "proxy",
"version": "1.0.0",
"description": "The proxy server for the project",
"main": "dist/index.js",
"author": "fascinated",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"start": "node dist/index.js",
"dev": "nodemon --exec ts-node src/index.ts"
},
"dependencies": {
"axios": "^1.6.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"server": "workspace:*",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"utils": "workspace:*",
"node-cache": "^5.1.2",
"@influxdata/influxdb-client": "^1.33.2",
"mongoose": "^7.6.3"
}
}