gotohuman
Version:
gotoHuman - The easiest way to review agent actions and AI‑generated content.
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "gotohuman",
"version": "0.3.3",
"description": "gotoHuman - The easiest way to review agent actions and AI‑generated content.",
"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": "hello@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"
}
}