mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@workflow/world-local",
|
|
"version": "5.0.0-beta.43",
|
|
"description": "Local development World implementation for Workflow SDK",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/workflow.git",
|
|
"directory": "packages/world-local"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "tsc --build --clean && rm -rf dist",
|
|
"test": "vitest run src",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/queue": "catalog:",
|
|
"@workflow/errors": "workspace:*",
|
|
"@workflow/utils": "workspace:*",
|
|
"@workflow/world": "workspace:*",
|
|
"async-sema": "3.1.1",
|
|
"proper-lockfile": "4.1.2",
|
|
"ulid": "catalog:",
|
|
"undici": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@opentelemetry/api": "1.9.0",
|
|
"@types/ms": "0.7.34",
|
|
"@types/node": "catalog:",
|
|
"@types/proper-lockfile": "4.1.4",
|
|
"@workflow/tsconfig": "workspace:*",
|
|
"ms": "2.1.3",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@opentelemetry/api": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|