{
  "name": "agent-spine",
  "version": "0.73.0",
  "description": "A non-destructive identity and memory spine for AI agents.",
  "type": "module",
  "bin": {
    "agentspine": "./bin/agentspine.js",
    "agentspine-mcp": "./bin/agentspine-mcp.js",
    "agentspine-worker": "./src/worker.js"
  },
  "exports": {
    ".": "./src/index.js"
  },
  "files": [
    "blun.plugin.json",
    ".claude-plugin",
    ".codex-plugin",
    ".mcp.json",
    "assets",
    "bin",
    "docs/acceptance.md",
    "docs/artifact-evaluation.md",
    "docs/host-integration.md",
    "docs/preflight-recall.md",
    "docs/preservation-contract.md",
    "docs/quality-gates.md",
    "docs/session-timeline.md",
    "docs/source-roots.md",
    "docs/world-model.md",
    "hooks",
    "scripts",
    "skills",
    "spine-example",
    "src",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "check": "node scripts/run-checks.js",
    "acceptance": "node scripts/run-acceptance.js",
    "audit:self": "node bin/agentspine.js audit . --json",
    "host:check": "node scripts/check-hosts.js --json",
    "host:install-check": "node scripts/check-install.js --json",
    "lint": "node scripts/check-syntax.js",
    "line-budget": "node scripts/check-line-budget.js",
    "release:check": "node scripts/release-check.js --json",
    "release:sbom": "npm sbom --sbom-format cyclonedx",
    "smoke": "node bin/agentspine.js doctor --json",
    "test": "node scripts/run-tests-hermetic.js",
    "prepack": "npm run check"
  },
  "engines": {
    "node": ">=20.9.0"
  },
  "keywords": [
    "agent",
    "memory",
    "identity",
    "mcp",
    "claude-code",
    "codex"
  ],
  "author": {
    "name": "Mayk Biletti",
    "url": "https://github.com/Maykbiletti"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Maykbiletti/AgentSpine.git"
  },
  "bugs": {
    "url": "https://github.com/Maykbiletti/AgentSpine/issues"
  },
  "homepage": "https://github.com/Maykbiletti/AgentSpine#readme"
}
