@yantra-core/sutra
Version:
A JavaScript behavior tree library for easily creating and managing complex behavior patterns in game development.
39 lines (38 loc) • 996 B
JSON
{
"name": "@yantra-core/sutra",
"version": "1.8.0",
"description": "A JavaScript behavior tree library for easily creating and managing complex behavior patterns in game development.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "tap --coverage-report=lcov --allow-incomplete-coverage test/",
"cover": "tap --coverage-report=html test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yantra-core/sutra.git"
},
"keywords": [
"behavior-tree",
"game-development",
"ai",
"event-driven",
"nodejs",
"game-logic",
"json"
],
"author": "Yantra Works",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/yantra-core/sutra/issues"
},
"homepage": "https://github.com/yantra-core/sutra#readme",
"devDependencies": {
"@babel/preset-env": "^7.23.6",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"tap": "^18.6.1",
"tape": "^5.7.2",
"uglify-js": "^3.17.4"
}
}