{
  "name": "@nikolauska/sentry-axi",
  "version": "0.3.0",
  "description": "AXI wrapper for the Sentry MCP server",
  "keywords": [
    "agent",
    "agent-skills",
    "axi",
    "cli",
    "mcp",
    "sentry"
  ],
  "homepage": "https://github.com/nikolauska/sentry-axi#readme",
  "bugs": {
    "url": "https://github.com/nikolauska/sentry-axi/issues"
  },
  "license": "MIT",
  "author": "nikolauska",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikolauska/sentry-axi.git"
  },
  "bin": {
    "sentry-axi": "dist/bin/sentry-axi.js"
  },
  "files": [
    "dist/",
    "skills/"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run clean && tsc && node -e \"require('node:fs').chmodSync('dist/bin/sentry-axi.js', 0o755)\"",
    "build:skill": "node scripts/build-skill.ts",
    "clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "typecheck": "tsc --noEmit",
    "check": "npm run format:check && npm run lint && npm run typecheck && npm run build:skill -- --check && npm test",
    "prepublishOnly": "npm run check",
    "prepack": "npm run build",
    "test": "node --test test/*.test.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@toon-format/toon": "^2.3.1",
    "axi-sdk-js": "^0.1.8"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "oxfmt": "^0.59.0",
    "oxlint": "^1.74.0",
    "typescript": "^7.0.2"
  },
  "engines": {
    "node": ">=24"
  }
}
