proxy/package.json

28 lines
633 B
JSON
Raw Permalink Normal View History

2023-11-14 17:56:44 +00:00
{
2023-11-16 12:32:38 +00:00
"name": "proxy",
2023-11-14 17:56:44 +00:00
"private": true,
2023-11-16 12:32:38 +00:00
"packageManager": "pnpm@8.10.5",
2023-11-14 17:56:44 +00:00
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
2023-11-16 17:52:44 +00:00
"@influxdata/influxdb-client": "^1.33.2",
2023-11-14 17:56:44 +00:00
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
2023-11-16 17:52:44 +00:00
"infisical-node": "^1.5.0",
"node-cache": "^5.1.2",
2023-11-14 17:56:44 +00:00
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"tsup": "^8.0.0",
2023-11-14 17:56:44 +00:00
"turbo": "latest"
},
"dependencies": {
"@types/express": "^4.17.21",
"mongoose": "8.0.1"
2023-11-14 17:56:44 +00:00
}
}