2024-07-10 02:34:23 +00:00
|
|
|
{
|
2024-07-15 16:07:04 +00:00
|
|
|
"name": "@futureporn/temporal-worker",
|
2024-07-10 22:11:18 +00:00
|
|
|
"type": "module",
|
2024-07-10 02:34:23 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2024-07-15 16:07:04 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2024-07-10 02:34:23 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "tsc --build",
|
2024-07-15 16:07:04 +00:00
|
|
|
"isolate": "npx isolate-package isolate",
|
2024-07-10 02:34:23 +00:00
|
|
|
"lint": "eslint .",
|
2024-07-14 05:20:35 +00:00
|
|
|
"dev": "nodemon --ext js,ts,json,yaml --watch ./worker.ts --watch ../temporal-workflows --exec \"node --loader ts-node/esm --disable-warning=ExperimentalWarning ./worker.ts\"",
|
2024-07-16 10:46:44 +00:00
|
|
|
"start": "node dist/temporal-worker/worker.js",
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-16 10:46:44 +00:00
|
|
|
"@futureporn/image": "workspace:*",
|
|
|
|
"@futureporn/scout": "workspace:*",
|
|
|
|
"@futureporn/storage": "workspace:*",
|
2024-07-15 16:07:04 +00:00
|
|
|
"@futureporn/temporal-workflows": "workspace:*",
|
|
|
|
"@futureporn/types": "workspace:*",
|
|
|
|
"@futureporn/utils": "workspace:*",
|
2024-07-14 05:20:35 +00:00
|
|
|
"@temporalio/activity": "^1.10.1",
|
2024-07-10 02:34:23 +00:00
|
|
|
"@temporalio/worker": "^1.9.0",
|
|
|
|
"@tsconfig/node20": "^20.1.4",
|
2024-07-15 16:07:04 +00:00
|
|
|
"date-fns": "^3.6.0",
|
2024-07-14 05:20:35 +00:00
|
|
|
"dotenv": "^16.4.5",
|
2024-07-15 16:07:04 +00:00
|
|
|
"qs": "^6.12.3"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
2024-07-14 05:20:35 +00:00
|
|
|
"packageManager": "pnpm@9.5.0",
|
2024-07-10 02:34:23 +00:00
|
|
|
"devDependencies": {
|
2024-07-15 16:07:04 +00:00
|
|
|
"isolate-package": "^1.19.0",
|
2024-07-14 05:20:35 +00:00
|
|
|
"nodemon": "^2.0.15",
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
"typescript": "^5.5.3"
|
2024-07-10 02:34:23 +00:00
|
|
|
}
|
|
|
|
}
|