{ "name": "@runtipi/worker", "version": "1.0.0", "description": "", "main": "src/index.ts", "scripts": { "test": "dotenv -e .env.test vitest -- --coverage --watch=false", "test:watch": "dotenv -e .env.test vitest", "build": "node build.js", "tsc": "tsc", "dev": "dotenv -e ../../.env nodemon", "knip": "knip", "lint": "eslint . --ext .ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@faker-js/faker": "^8.2.0", "@types/web-push": "^3.6.3", "dotenv-cli": "^7.3.0", "esbuild": "^0.19.4", "knip": "^2.41.3", "memfs": "^4.6.0", "nodemon": "^3.0.1", "tsx": "^3.14.0", "typescript": "^5.2.2", "vite-tsconfig-paths": "^4.2.1", "vitest": "^0.34.6" }, "dependencies": { "@runtipi/postgres-migrations": "^5.3.0", "@runtipi/shared": "workspace:^", "bullmq": "^4.13.0", "dotenv": "^16.3.1", "ioredis": "^5.3.2", "pg": "^8.11.3", "systeminformation": "^5.21.15", "web-push": "^3.6.6", "zod": "^3.22.4" } }