{
  "name": "rose-aili",
  "version": "0.4.8",
  "description": "AILI shared skills installer with opt-in OpenCode integration",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Rosetears520/aili-workflows"
  },
  "type": "module",
  "bin": {
    "rose-aili": "dist/cli.js"
  },
  "files": [
    "dist/",
    "agents/",
    ".agents/",
    "core/",
    "adapters/",
    "commands/",
    "generated/",
    "manifests/",
    "templates/AGENTS.md",
    "templates/opencode-global-AGENTS.md",
    "scripts/agents_md.py",
    "scripts/skill_capability_check.py",
    "scripts/upstream_reference_check.py",
    "scripts/generate-runtime-projections.mjs",
    "scripts/install_opencode.sh",
    "docs/harness/fixtures/graphify-local-review-fixtures.yaml",
    "docs/harness/fixtures/upstream-reference-fixtures.yaml",
    "docs/harness/skill-capability-contract.md",
    "README.md",
    "THIRD_PARTY_NOTICES.md",
    "docs/opencode-setup.md",
    "!**/__pycache__/**",
    "!**/*.py[cod]",
    "!**/obj/**"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/make-cli-executable.mjs",
    "prepare": "npm run build",
    "generate": "node scripts/generate-runtime-projections.mjs",
    "generate:check": "node scripts/generate-runtime-projections.mjs --check",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "npm run build && node --test tests/*.test.mjs && python -m unittest discover -s tests -p '*.py'"
  },
  "dependencies": {
    "jsonc-parser": "^3.3.1"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
