{
  "name": "pi-profile-switch",
  "version": "0.4.5",
  "description": "Named profiles for Pi: reference skills, extensions, MCP servers, and tools per workflow, switched without restarting.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi agent",
    "pi-profile-switch",
    "profile",
    "pi"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VincentFF/pi-profile-switch.git"
  },
  "bin": {
    "pi-profile": "bin/pi-profile.js"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "postinstall": "node bin/postinstall.js",
    "check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^24.0.0",
    "ajv": "^8.20.0",
    "typescript": "^5.8.0",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "jiti": "^2.7.0",
    "minimatch": "^10.2.6"
  },
  "files": [
    "bin",
    "defaults",
    "extensions",
    "src",
    "schemas",
    "examples",
    "README.md",
    "README.zh-CN.md"
  ]
}
