runtipi/packages/worker/package.json

43 lines
1 KiB
JSON
Raw Normal View History

2023-11-15 06:44:34 +00:00
{
"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",
2023-11-15 06:44:34 +00:00
"build": "node build.js",
"tsc": "tsc",
"dev": "dotenv -e ../../.env nodemon",
"knip": "knip",
"lint": "eslint . --ext .ts"
2023-11-15 06:44:34 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@types/web-push": "^3.6.3",
2023-11-15 06:44:34 +00:00
"dotenv-cli": "^7.3.0",
"esbuild": "^0.19.4",
"knip": "^2.41.3",
"memfs": "^4.6.0",
2023-11-15 06:44:34 +00:00
"nodemon": "^3.0.1",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
2023-11-15 06:44:34 +00:00
},
"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"
}
}