{
  "name": "phibelle-kit",
  "version": "1.0.41",
  "description": "CLI tool for interacting with the Phibelle engine",
  "type": "module",
  "bin": {
    "phibelle-kit": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "npm run build && node --test tests/*.test.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "engineStrict": true,
  "dependencies": {
    "chalk": "^5.3.0",
    "chokidar": "^5.0.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.13",
    "@types/ws": "^8.5.13",
    "typescript": "^5.9.2"
  },
  "author": "Nabil Mansour",
  "keywords": [
    "phibelle",
    "cli",
    "3d",
    "game engine"
  ],
  "files": [
    "dist",
    "README.md"
  ]
}
