2022-04-20 20:14:44 +00:00
|
|
|
{
|
|
|
|
"name": "workers",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-11-10 11:57:49 +00:00
|
|
|
"start": "node --require ts-node/register Index.ts",
|
2022-10-19 15:33:33 +00:00
|
|
|
"compile": "tsc",
|
|
|
|
"dev": "nodemon",
|
|
|
|
"audit": "npm audit --audit-level=low",
|
|
|
|
"dep-check": "depcheck ./ --skip-missing=true",
|
|
|
|
"test": "jest"
|
2022-04-20 20:14:44 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-10-19 14:32:10 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-11-27 20:16:28 +00:00
|
|
|
"@greenlock/manager": "^3.1.0",
|
|
|
|
"@root/greenlock": "^4.0.5",
|
2022-10-19 15:33:33 +00:00
|
|
|
"@types/node-cron": "^3.0.4",
|
2022-11-27 20:16:28 +00:00
|
|
|
"acme-http-01-standalone": "^3.0.5",
|
2022-10-19 14:32:10 +00:00
|
|
|
"Common": "file:../Common",
|
2022-10-19 15:33:33 +00:00
|
|
|
"CommonServer": "file:../CommonServer",
|
2022-11-27 20:16:28 +00:00
|
|
|
"greenlock": "^4.0.4",
|
|
|
|
"greenlock-store-fs": "^3.2.2",
|
2022-10-19 14:32:10 +00:00
|
|
|
"Model": "file:../Model",
|
2022-10-19 15:33:33 +00:00
|
|
|
"node-cron": "^3.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/jest": "^27.5.0",
|
|
|
|
"@types/node": "^17.0.31",
|
|
|
|
"jest": "^28.1.0",
|
2022-10-19 17:45:06 +00:00
|
|
|
"ts-jest": "^28.0.2",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"typescript": "^4.8.4"
|
2022-10-19 14:32:10 +00:00
|
|
|
}
|
2022-04-20 20:14:44 +00:00
|
|
|
}
|