{
  "name": "axconfig",
  "author": "Łukasz Jerciński",
  "license": "MIT",
  "version": "3.6.6",
  "description": "Unified configuration management for AI coding agents - common API for permissions, settings, and config across Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, and OpenCode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jercik/axconfig.git"
  },
  "homepage": "https://github.com/Jercik/axconfig#readme",
  "bugs": {
    "url": "https://github.com/Jercik/axconfig/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "axconfig": "bin/axconfig"
  },
  "files": [
    "bin/",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "prepare": "git config core.hooksPath .githooks",
    "prepublishOnly": "pnpm run rebuild",
    "build": "tsc -p tsconfig.app.json",
    "clean": "rm -rf dist *.tsbuildinfo",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "fta": "fta-check",
    "knip": "knip",
    "lint": "eslint",
    "rebuild": "pnpm run clean && pnpm run build",
    "start": "pnpm -s run rebuild && node bin/axconfig",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsc -b --noEmit"
  },
  "keywords": [
    "ai",
    "agent",
    "cli",
    "config",
    "configuration",
    "claude-code",
    "codex",
    "copilot-cli",
    "gemini",
    "opencode",
    "llm",
    "automation",
    "coding-assistant"
  ],
  "packageManager": "pnpm@10.30.1",
  "engines": {
    "node": ">=22.14.0"
  },
  "dependencies": {
    "@commander-js/extra-typings": "^14.0.0",
    "@iarna/toml": "^2.2.5",
    "axshared": "^5.0.0",
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@total-typescript/ts-reset": "^0.6.1",
    "@types/iarna__toml": "^2.0.5",
    "@types/node": "^25.3.5",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.0.2",
    "eslint-config-axkit": "^1.4.0",
    "fta-check": "^1.5.1",
    "fta-cli": "^3.0.0",
    "knip": "^5.85.0",
    "prettier": "3.8.1",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
