{
  "name": "pi-autonomy-profiles",
  "version": "0.3.0",
  "description": "Standalone Auto Mode commands, permission modes, and guardrails for Pi",
  "type": "module",
  "main": "./index.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hafiezul/pi-autonomy-profiles.git"
  },
  "homepage": "https://github.com/hafiezul/pi-autonomy-profiles#readme",
  "bugs": {
    "url": "https://github.com/hafiezul/pi-autonomy-profiles/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "auto-mode",
    "autonomy",
    "permissions",
    "standalone"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "index.ts",
    "src/**/*.ts",
    "README.md",
    "LICENSE",
    "package.json",
    "tsconfig.json",
    "schemas/autonomy.schema.json"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.79.0",
    "@types/node": "^24.12.4",
    "typescript": "^6.0.2"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "prepack": "npm run check && npm test"
  }
}
