UNPKG

braiin

Version:

Behavioral Reasoning AI for Intelligent Navigation

43 lines (42 loc) 786 B
{ "name": "braiin", "version": "0.4.3", "description": "Behavioral Reasoning AI for Intelligent Navigation", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "braiin": "dist/cli.js" }, "files": [ "dist", "skill", "LICENSE", "assets" ], "keywords": [ "LLM", "AI", "behavioral", "reasoning", "orchestrator", "agent", "tool", "self aware" ], "scripts": { "test": "node --import tsx --test tests/**/*.test.ts", "build": "tsc", "prepublishOnly": "npm run build" }, "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.13.10", "openai": "^6.32.0", "tsx": "^4.21.0", "typescript": "^5.8.2" }, "peerDependencies": { "openai": "^6.0.0" } }