{
  "name": "pi-roblox-studio-tools",
  "version": "0.2.9",
  "description": "On-demand Roblox Studio MCP tools for Pi without a long-running MCP server.",
  "type": "module",
  "license": "MIT",
  "author": "eiei114",
  "keywords": [
    "pi-package",
    "pi",
    "roblox",
    "roblox-studio",
    "mcp",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-roblox-studio-tools.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-roblox-studio-tools/issues"
  },
  "homepage": "https://github.com/eiei114/pi-roblox-studio-tools#readme",
  "files": [
    "extensions/",
    "lib/",
    "skills/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "ci": "npm run typecheck && npm test && npm run pack:check && npm run publish:guard",
    "pack:check": "npm pack --dry-run",
    "publish:guard": "node scripts/check-no-npm-token.mjs",
    "version:check": "node scripts/check-version-bump.mjs"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "typebox": "latest",
    "@types/node": "^26.1.1",
    "typescript": "^7.0.2"
  }
}
