braiin
Version:
Behavioral Reasoning AI for Intelligent Navigation
29 lines (28 loc) • 575 B
JSON
{
"name": "braiin",
"version": "0.0.7",
"description": "Behavioral Reasoning AI for Intelligent Navigation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "LICENSE", "assets"],
"keywords": [
"LLM",
"AI",
"behavioral",
"reasoning",
"orchestrator",
"agent",
"tool",
"self aware"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
}
}