This commit is contained in:
2025-02-16 15:37:59 -06:00
parent 9658b700a4
commit 5c5bce024c

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "lstv2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "dotenvx run -- pnpm run -r --parallel --aggregate-output dev",
"build": "pnpm run -r build",
"test": "pnpm run -r --parallel test",
"lint": "pnpm run -r --parallel lint",
"deploy": "pnpm build && pnpm run -r deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dotenvx/dotenvx": "^1.35.0",
"concurrently": "^9.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.0.1",
"hono": "^4.7.0",
"http-proxy-middleware": "^3.0.3",
"nodemon": "^3.1.9"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"eslint": "^9.19.0",
"typescript": "~5.7.3"
}
}