Files
github-actions[bot] 9969f9eeea Version Packages (#3697)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-25 08:26:29 -07:00

38 lines
805 B
JSON

{
"name": "@workflow/world",
"version": "4.5.0",
"description": "The Workflows World interface",
"type": "module",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*"
},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vercel/workflow.git",
"directory": "packages/world"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "tsc --build --clean && rm -rf dist"
},
"dependencies": {
"ulid": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"zod": "catalog:",
"@workflow/tsconfig": "workspace:*"
},
"keywords": [],
"author": "",
"packageManager": "pnpm@10.15.1"
}