@inngest/workflow-kit
Version:
Durable visual workflows in your app, instantly
98 lines • 2.8 kB
JSON
{
"name": "@inngest/workflow-kit",
"version": "0.2.1-alpha-20250429215840-f11c5659ed058ea92a4fdc78da435affd3c12e0b",
"description": "Durable visual workflows in your app, instantly",
"main": "dist/index.js",
"homepage": "https://github.com/inngest/workflow-kit/tree/main/packages/workflow#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/inngest/workflow-kit.git",
"directory": "packages/workflow"
},
"keywords": [
"inngest",
"workflow"
],
"author": "Inngest Inc",
"license": "Apache-2.0",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./ui": {
"require": {
"types": "./dist/ui/index.d.ts",
"default": "./dist/ui/index.js"
},
"import": {
"types": "./dist/ui/index.d.ts",
"default": "./dist/ui/index.js"
},
"default": {
"types": "./dist/ui/index.d.ts",
"default": "./dist/ui/index.js"
}
},
"./ui/ui.css": "./dist/ui/ui.css",
"./package.json": "./package.json"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@radix-ui/react-popover": "^1.1.1",
"@sinclair/typebox": "^0.33.7",
"@xyflow/react": "^12.1.1",
"graphology": "^0.25.4",
"graphology-dag": "^0.4.1",
"json-logic-js": "^2.0.5",
"@astronautlabs/jsonpath": "^1.1.1",
"reactflow": "^11.11.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.7.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/jest": "^29.5.12",
"@types/json-logic-js": "^2.0.7",
"@types/jsonpath": "^0.2.4",
"@types/node": "^22.5.5",
"@types/react": "^18.3.5",
"inngest": "^3.19.14",
"jest": "^29.7.0",
"preset": "link:@storybook/react-vite/preset",
"prop-types": "^15.8.1",
"storybook": "^8.2.9",
"ts-jest": "^29.1.5",
"typescript": "^5.7.2"
},
"scripts": {
"changeset": "changeset",
"build": "rm -rf dist && tsc && cp src/ui/ui.css dist/ui/ui.css",
"test": "jest --logHeapUsage --maxWorkers=8 --coverage --ci --silent=false",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
}
}