41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "var-proxy",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development nodemon --exec tsx src/index.ts",
|
|
"build": "rimraf dist && rollup -c",
|
|
"deploy": "rsync -avz dist/ light:~/apps/var-proxy/backend",
|
|
"reload": "ssh light pm2 restart proxy",
|
|
"pub": "npm run build && npm run deploy && npm run reload"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^28.0.0",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
"@rollup/plugin-typescript": "^12.1.0",
|
|
"@types/http-proxy": "^1.17.15",
|
|
"@types/node": "^22.7.5",
|
|
"cross-env": "^7.0.3",
|
|
"nodemon": "^3.1.7",
|
|
"rollup": "^4.24.0",
|
|
"ts-lib": "^0.0.5",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@abearxiong/router": "0.0.1-alpha.43",
|
|
"@abearxiong/use-config": "^0.0.2",
|
|
"@abearxiong/use-file-store": "^0.0.1",
|
|
"ioredis": "^5.4.1",
|
|
"nanoid": "^5.0.7"
|
|
},
|
|
"resolutions": {
|
|
"picomatch": "^4.0.2"
|
|
}
|
|
} |