32 lines
804 B
JSON
32 lines
804 B
JSON
{
|
|
"name": "temporal-workflows",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"build.watch": "tsc --build -w --preserveWatchOutput",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@temporalio/activity": "^1.10.1",
|
|
"@temporalio/workflow": "^1.10.1",
|
|
"@types/qs": "^6.9.15",
|
|
"date-fns": "^3.6.0",
|
|
"image": "workspace:*",
|
|
"qs": "^6.12.3",
|
|
"scout": "workspace:^",
|
|
"storage": "workspace:^",
|
|
"types": "workspace:*",
|
|
"utils": "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",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|