{
  "name": "pi-devops-tools",
  "version": "0.9.2",
  "description": "Database workspace extension for pi — query MySQL with schema caching, relation graph, and query history",
  "keywords": [
    "database",
    "devops",
    "mysql",
    "pi-extension",
    "pi-package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zavier/pi-devops-tools.git"
  },
  "files": [
    "index.ts",
    "types.ts",
    "relation-graph.ts",
    "commands/",
    "state/",
    "history/",
    "relation/",
    "connection/",
    "formatting/",
    "tools/",
    "skills/"
  ],
  "type": "module",
  "scripts": {
    "test": "vitest run",
    "check": "tsc --noEmit",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "publish:check": "bash scripts/publish-check.sh",
    "preversion": "npm run publish:check",
    "prepublishOnly": "npm run publish:check"
  },
  "dependencies": {
    "better-sqlite3": "^13.0.1",
    "js-yaml": "^4.1.0",
    "mysql2": "^3.12.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-tui": "^0.80.10",
    "@types/better-sqlite3": "^7.6.13",
    "@types/js-yaml": "^4.0.9",
    "oxfmt": "0.42.0",
    "oxlint": "1.63.0",
    "typebox": "^1.3.8",
    "typescript": "^5.7.0",
    "vitest": "^2.1.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills/"
    ]
  }
}
