{
  "name": "coding-agent-skills",
  "version": "0.2.19",
  "description": "Evidence-first, read-only coding-agent skills and project adapter tooling.",
  "type": "module",
  "private": false,
  "license": "MIT",
  "keywords": [
    "coding-agent",
    "agent-skills",
    "repo-map",
    "route-trace",
    "env-audit",
    "secret-audit",
    "api-contract-audit",
    "migration-review",
    "github-handoff",
    "deployment-preflight",
    "project-adapters",
    "code-validation",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OneClickPostFactory/coding-agent-skills.git"
  },
  "homepage": "https://github.com/OneClickPostFactory/coding-agent-skills#readme",
  "bugs": {
    "url": "https://github.com/OneClickPostFactory/coding-agent-skills/issues"
  },
  "bin": {
    "coding-agent-skills": "bin/coding-agent-skills"
  },
  "files": [
    "bin/",
    "scripts/",
    "skills/",
    "schemas/",
    "contracts/",
    "docs/",
    "examples/",
    "tests/",
    "AGENTS.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "ROADMAP.md",
    "RUNBOOK.md",
    "work-ledger.md",
    "runs/skill-runs.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "validate": "node scripts/validate-pack.mjs .",
    "test": "node scripts/test-pack.mjs && node --test",
    "pack:dry-run": "npm pack --dry-run"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
