28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"name": "@goosefactory/learning",
|
|
"version": "1.0.0",
|
|
"description": "GooseFactory Learning & Feedback Processing System — transforms human feedback into AI learning",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsx watch src/index.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "tsx src/__tests__/run.ts"
|
|
},
|
|
"keywords": ["goosefactory", "learning", "feedback", "hitl"],
|
|
"author": "GooseFactory",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"tsx": "^4.0.0",
|
|
"typescript": "^5.0.0",
|
|
"zod": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@goosefactory/shared": "*",
|
|
"zod": "^3.0.0"
|
|
}
|
|
}
|