{
  "name": "pi-namespace",
  "version": "0.2.2",
  "description": "Namespace tools and skills in pi — group tools by extension with configurable prefix rewriting",
  "type": "module",
  "author": "Tom X Nguyen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monotykamary/pi-namespace.git"
  },
  "homepage": "https://github.com/monotykamary/pi-namespace#readme",
  "bugs": {
    "url": "https://github.com/monotykamary/pi-namespace/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "namespace",
    "tools",
    "skills",
    "prefix",
    "grouping"
  ],
  "files": [
    "*.ts",
    "src/",
    "README.md"
  ],
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.0",
    "@types/node": "25.9.1",
    "@vitest/coverage-v8": "4.1.7",
    "knip": "6.14.1",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  },
  "pi": {
    "extensions": [
      "./namespace.ts"
    ]
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint:dead": "knip --no-gitignore"
  }
}