41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "@futureporn/temporal-workflows",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./workflows.js": "./dist/workflows.js",
|
|
"./activities.js": "./dist/activities.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build ./tsconfig.json",
|
|
"build.watch": "tsc --build -w --preserveWatchOutput",
|
|
"lint": "eslint .",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@temporalio/activity": "^1.10.1",
|
|
"@temporalio/workflow": "^1.10.1",
|
|
"@types/qs": "^6.9.15",
|
|
"date-fns": "^3.6.0",
|
|
"@futureporn/image": "workspace:*",
|
|
"qs": "^6.12.3",
|
|
"@futureporn/scout": "workspace:*",
|
|
"@futureporn/storage": "workspace:*",
|
|
"@futureporn/types": "workspace:*",
|
|
"@futureporn/utils": "workspace:*",
|
|
"@futureporn/temporal-workflows": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-deprecation": "^1.5.0",
|
|
"nodemon": "^3.1.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|