mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
7f2050641e
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
36 lines
780 B
JSON
36 lines
780 B
JSON
{
|
|
"name": "@workflow/serde",
|
|
"description": "Serialization symbols for custom class serialization in Workflow SDK",
|
|
"version": "4.1.2",
|
|
"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/serde"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "tsc --build --clean && rm -rf dist",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@workflow/tsconfig": "workspace:*"
|
|
}
|
|
}
|