{
  "name": "@aexol/axolotl",
  "version": "2.2.2",
  "private": false,
  "main": "./lib/index.js",
  "author": "Aexol, Artur Czemiel",
  "type": "module",
  "scripts": {
    "build": "tspc",
    "start": "tspc --watch",
    "lint": "tspc && eslint \"./src/**/*.{ts,js}\" --quiet --fix"
  },
  "bin": {
    "axolotl": "lib/index.js"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@aexol/axolotl-config": "^2.2.2",
    "@aexol/axolotl-core": "^2.2.2",
    "@modelcontextprotocol/sdk": "^1.17.4",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "clipboardy": "^4.0.0",
    "commander": "^11.0.0",
    "graphql-js-tree": "^3.0.4",
    "graphql-zeus-core": "^7.2.1",
    "openai": "^5.12.2",
    "ora": "^8.2.0"
  },
  "devDependencies": {},
  "peerDependencies": {}
}