{ "name": "var-proxy", "version": "0.0.1", "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "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" }, "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/node": "^22.7.4", "nodemon": "^3.1.7", "rollup": "^4.24.0", "ts-lib": "^0.0.5", "tslib": "^2.7.0", "typescript": "^5.6.2" }, "dependencies": { "@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" } }