{
    "name": "@rbxts/behavior-tree",
    "version": "0.1.1",
    "description": "A package to compose behavior trees with nodes.",
    "main": "src/init.lua",
    "types": "src/index.d.ts",
    "scripts": {
        "build": "rbxtsc"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Scyfren/BehaviorTree"
    },
    "keywords": [
        "roblox",
        "behavior tree",
        "behaviortree"
    ],
    "homepage": "https://github.com/Scyfren/BehaviorTree",
    "publishConfig": {
        "access": "public"
    },
    "devDependencies": {
        "@rbxts/compiler-types": "^2.1.1-types.0",
        "@rbxts/types": "^1.0.704",
        "@typescript-eslint/eslint-plugin": "^5.61.0",
        "@typescript-eslint/parser": "^5.61.0",
        "eslint": "^8.44.0",
        "eslint-config-prettier": "^8.8.0",
        "eslint-plugin-prettier": "^5.0.0-alpha.1",
        "eslint-plugin-roblox-ts": "^0.0.35",
        "prettier": "^3.0.0",
        "roblox-ts": "^2.1.1",
        "typescript": "^5.0.4"
    },
    "files": [
        "src"
    ]
}
