{
  "name": "@morsa/guidance-bank",
  "version": "0.2.5",
  "description": "Persistent rules, skills, and reusable guidance for coding agents.",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./query": "./dist/query/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin",
    "dist",
    "scripts/postinstall.js",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "gbank": "bin/gbank.js"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "scripts": {
    "clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
    "prebuild": "npm run clean",
    "dev": "tsc -p tsconfig.json --watch",
    "build": "tsc -p tsconfig.json",
    "postinstall": "node scripts/postinstall.js",
    "test": "node --import tsx --test --test-concurrency=1 test/**/*.test.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json && tsc -p tsconfig.scripts.json --noEmit",
    "lint": "eslint .",
    "prepack": "npm run build",
    "mcp:call": "node --import tsx scripts/callMcpTool.ts",
    "smoke:resolve": "node --import tsx scripts/smoke/resolveContext.ts"
  },
  "keywords": [
    "guidance-bank",
    "guidancebank",
    "agent-guidance",
    "rules",
    "skills",
    "mcp",
    "runtime",
    "local-runtime",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/morsa-dev/guidance-bank.git"
  },
  "homepage": "https://github.com/morsa-dev/guidance-bank#readme",
  "bugs": {
    "url": "https://github.com/morsa-dev/guidance-bank/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.5.0",
    "eslint": "^10.2.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.58.1"
  }
}
