{
  "name": "@mochabug/adaptkit",
  "version": "1.0.0-rc.12",
  "description": "A cmd to create, emulate and publish Mochabug Adapt plugins",
  "main": "bin/index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mochabug/adaptkit.git"
  },
  "bugs": {
    "url": "https://github.com/mochabug/adaptkit/issues"
  },
  "homepage": "https://github.com/mochabug/adaptkit#readme",
  "bin": {
    "adaptkit": "bin/index.js"
  },
  "files": [
    "bin",
    "assets"
  ],
  "scripts": {
    "generate": "rm -rf src/genproto && buf generate --include-imports --path api/mochabugapis/adapt/plugins --path api/mochabugapis/adapt/graph",
    "build": "npm run generate && node build.js && tsc --emitDeclarationOnly"
  },
  "keywords": [
    "plugin",
    "mochabug",
    "adapt",
    "intelligent automation",
    "automation",
    "artificial intelligence",
    "commandline",
    "cmd"
  ],
  "author": "Mikael Hedberg",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/figlet": "^1.7.0",
    "@types/node": "^22.14.0",
    "@types/semver": "^7.7.0",
    "@types/update-notifier": "^6.0.8",
    "esbuild": "^0.25.2",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@connectrpc/connect": "^2.0.2",
    "@connectrpc/connect-node": "^2.0.2",
    "@inquirer/prompts": "^7.4.0",
    "ajv": "^8.17.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "express": "^5.1.0",
    "fast-glob": "^3.3.3",
    "figlet": "^1.8.0",
    "mkdirp": "^3.0.1",
    "node-fetch": "^3.3.2",
    "open": "^10.1.0",
    "ora": "^8.2.0",
    "pkce-challenge": "^5.0.0",
    "semver": "^7.7.1",
    "sharp": "^0.33.5",
    "update-notifier": "^7.3.1"
  }
}
