{
  "name": "@skill-map/spec",
  "version": "1.12.7",
  "description": "JSON Schemas, prose contracts, and conformance suite for the skill-map specification.",
  "license": "MIT",
  "type": "module",
  "homepage": "https://skill-map.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crystian/skill-map.git",
    "directory": "spec"
  },
  "bugs": {
    "url": "https://github.com/crystian/skill-map/issues"
  },
  "keywords": [
    "skill-map",
    "spec",
    "specification",
    "json-schema",
    "ai-agents",
    "markdown",
    "claude-code"
  ],
  "exports": {
    ".": "./index.json",
    "./index.json": "./index.json",
    "./schemas/*.json": "./schemas/*.json"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "versioning.md",
    "architecture.md",
    "cli-contract.md",
    "job-lifecycle.md",
    "job-events.md",
    "prompt-preamble.md",
    "db-schema.md",
    "plugin-kv-api.md",
    "provider-activity.md",
    "plugin-author-guide.md",
    "plugin-quickstart.md",
    "telemetry.md",
    "input-types.md",
    "view-slots.md",
    "map-views.md",
    "mcp-server.md",
    "interfaces/",
    "schemas/",
    "conformance/",
    "index.json"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "spec": "node scripts/build-index.js",
    "spec:check": "node scripts/build-index.js --check && node scripts/check-coverage.js",
    "pin": "node scripts/sync-pin.js",
    "pin:check": "node scripts/sync-pin.js --check",
    "validate": "pnpm validate:compile",
    "validate:compile": "pnpm spec:check && pnpm pin:check"
  }
}