mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
9969f9eeea
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
38 lines
805 B
JSON
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"
|
|
}
|