14b4331d1d
Bumps [@types/web-push](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/web-push) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/web-push) --- updated-dependencies: - dependency-name: "@types/web-push" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|