{
  "name": "@cyanheads/bls-labor-mcp-server",
  "version": "0.4.12",
  "mcpName": "io.github.cyanheads/bls-labor-mcp-server",
  "description": "Fetch US Bureau of Labor Statistics data — CPI, unemployment, wages, JOLTS, and more via MCP. STDIO or Streamable HTTP.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "bls-labor-mcp-server": "dist/index.js"
  },
  "files": [
    "changelog/",
    "dist/",
    "README.md",
    "LICENSE",
    "CLAUDE.md",
    "AGENTS.md",
    "Dockerfile",
    "server.json"
  ],
  "scripts": {
    "build": "bun run scripts/build.ts",
    "rebuild": "bun run scripts/clean.ts && bun run scripts/build.ts",
    "clean": "bun run scripts/clean.ts",
    "devcheck": "bun run scripts/devcheck.ts",
    "audit:refresh": "rm -f bun.lock && bun install && bun audit",
    "tree": "bun run scripts/tree.ts",
    "format": "biome check --write .",
    "format:unsafe": "biome check --write --unsafe .",
    "lint:mcp": "bun run scripts/lint-mcp.ts",
    "lint:packaging": "bun run scripts/lint-packaging.ts",
    "bundle": "bun run build && npx -y @anthropic-ai/mcpb pack . dist/bls-labor-mcp-server.mcpb && bun run scripts/clean-mcpb.ts dist/bls-labor-mcp-server.mcpb",
    "changelog:build": "bun run scripts/build-changelog.ts",
    "changelog:check": "bun run scripts/build-changelog.ts --check",
    "list-skills": "bun run scripts/list-skills.ts",
    "test": "vitest run",
    "start": "node dist/index.js",
    "start:stdio": "MCP_TRANSPORT_TYPE=stdio node dist/index.js",
    "start:http": "MCP_TRANSPORT_TYPE=http node dist/index.js",
    "release:github": "bun run scripts/release-github.ts",
    "publish-mcp": "mcp-publisher login github -token \"$(security find-generic-password -a \"$USER\" -s mcp-publisher-github-pat -w)\" && mcp-publisher publish"
  },
  "keywords": [
    "bls",
    "bureau-of-labor-statistics",
    "cpi",
    "ppi",
    "unemployment",
    "wages",
    "jolts",
    "economics",
    "labor",
    "labor-market",
    "time-series",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "typescript",
    "bun",
    "stdio",
    "streamable-http"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyanheads/bls-labor-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/cyanheads/bls-labor-mcp-server/issues"
  },
  "homepage": "https://github.com/cyanheads/bls-labor-mcp-server#readme",
  "author": "Casey Hand <casey@caseyjhand.com> (https://caseyjhand.com)",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/cyanheads"
    },
    {
      "type": "buy_me_a_coffee",
      "url": "https://www.buymeacoffee.com/cyanheads"
    }
  ],
  "license": "Apache-2.0",
  "packageManager": "bun@1.4.0",
  "engines": {
    "bun": ">=1.3.0",
    "node": ">=24.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "trustedDependencies": ["@socketsecurity/bun-security-scanner"],
  "dependencies": {
    "@cyanheads/mcp-ts-core": "^0.12.3",
    "@duckdb/node-api": "^1.5.5-r.4",
    "better-sqlite3": "^13.0.3",
    "pino-pretty": "^13.1.3",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.9",
    "@socketsecurity/bun-security-scanner": "^1.1.2",
    "@types/node": "^26.2.0",
    "depcheck": "^1.4.7",
    "ignore": "^7.0.6",
    "tsc-alias": "^1.9.2",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  }
}
