pocketflow-ts
Version:
A minimalist, async-native framework for building agentic applications and workflows in TypeScript.
33 lines (32 loc) • 722 B
JSON
{
"name": "pocketflow-ts",
"version": "1.0.0",
"description": "A minimalist, async-native framework for building agentic applications and workflows in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/mrorigo/pocketflow-ts.git"
},
"author": "mrorigo <mrorigo@gmail.com>",
"license": "MIT",
"keywords": [
"typescript",
"async",
"agent",
"workflow",
"minimalist",
"pocketflow"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}