UNPKG

workflows.do

Version:

A framework and platform for building, deploying, and managing enterprise-grade AI workflows

35 lines 784 B
{ "name": "workflows.do", "version": "0.0.1", "description": "A framework and platform for building, deploying, and managing enterprise-grade AI workflows", "keywords": [ "workflows", "business-process", "automation", "ai", "state-machine", "serverless", "event-driven" ], "homepage": "https://workflows.do", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/drivly/ai.git", "directory": "sdks/workflows.do" }, "author": "Nathan Clevenger", "license": "MIT", "bugs": { "url": "https://github.com/drivly/ai/issues" }, "scripts": { "build": "tsc", "test": "vitest" }, "devDependencies": { "vitest": "^3.0.8" } }