{ "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.9.0", "@temporalio/workflow": "^1.9.0", "@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.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-deprecation": "^1.2.1", "typescript": "^4.9.5" } }