proxy/package.json

26 lines
562 B
JSON
Raw 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": {
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"turbo": "latest"
},
"dependencies": {
"@types/express": "^4.17.21",
2023-11-16 12:16:52 +00:00
"infisical-node": "^1.5.0",
2023-11-16 15:54:59 +00:00
"node-cache": "^5.1.2",
2023-11-16 12:16:52 +00:00
"tsup": "^7.2.0"
2023-11-14 17:56:44 +00:00
}
}