UNPKG

gotohuman

Version:

gotoHuman - The easiest way to review AI‑generated content, give approvals, or provide input to your AI workflows.

55 lines (54 loc) 1.35 kB
{ "name": "gotohuman", "version": "0.2.8", "description": "gotoHuman - The easiest way to review AI‑generated content, give approvals, or provide input to your AI workflows.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "clean": "shx rm -rf ./dist", "build": "npm run clean && tsup src/index.ts --format esm,cjs --dts", "prepack": "npm run build" }, "files": [ "dist/**/*", "LICENSE" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "keywords": [ "gotohuman", "ai", "ai agents", "ai automation", "ai workflow automation", "llm automation", "ai orchestration", "human-in-the-loop", "form builder" ], "homepage": "https://www.gotohuman.com", "repository": "github:gotohuman/gotohuman-js-sdk", "author": "Till Simon <till@gotohuman.com>", "license": "MIT", "bugs": { "url": "https://github.com/gotohuman/gotohuman-js-sdk/issues", "email": "hello@gotohuman.com" }, "devDependencies": { "@types/node": "^22.13.10", "shx": "^0.3.4", "tsup": "^8.3.5", "typescript": "^5.6.3" } }