mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-27 07:03:26 +08:00
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node .",
|
|
"build:start": "pnpm run build && pnpm run start",
|
|
"build:all:start": "cd .. && pnpm run build && cd server && pnpm run build:start"
|
|
},
|
|
"dependencies": {
|
|
"compression": "1.7.4",
|
|
"express": "4.18.1",
|
|
"http-proxy-middleware": "2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "1.7.2",
|
|
"@types/express": "4.17.13",
|
|
"@types/http-proxy": "1.17.9",
|
|
"@types/node": "18.0.3",
|
|
"http-proxy": "1.18.1",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|