stella-htn-js
Version:
A flexible Hierarchical Task Network (HTN) planner for creating complex AI behaviors in JavaScript.
36 lines (35 loc) • 774 B
JSON
{
"name": "stella-htn-js",
"version": "1.0.0",
"description": "A flexible Hierarchical Task Network (HTN) planner for creating complex AI behaviors in JavaScript.",
"main": "stella-htn.js",
"type": "module",
"files": [
"stella-htn.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "bun test",
"bench": "bun run ./bench/stella-htn.bench.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyanamiKaine/stella-htn-js.git"
},
"keywords": [
"htn",
"hierarchical task network",
"ai",
"planning",
"gamedev",
"ai behavior"
],
"author": "Ayanami Kaine",
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"mitata": "^1.0.34",
"typescript": "^5.0.0"
}
}