{
  "name": "@attrove/cli",
  "version": "0.1.9",
  "description": "CLI for Attrove — sign up, configure MCP servers, and manage credentials",
  "type": "module",
  "main": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "bin": {
    "attrove": "./bin/attrove.js"
  },
  "files": [
    "esm",
    "bin",
    "README.md"
  ],
  "sideEffects": false,
  "keywords": [
    "attrove",
    "cli",
    "mcp",
    "setup",
    "developer-tools",
    "ai",
    "claude",
    "cursor"
  ],
  "author": "Attrove <support@attrove.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/attrove/attrove-js.git",
    "directory": "packages/cli"
  },
  "homepage": "https://attrove.com/docs/quickstart",
  "bugs": {
    "url": "https://github.com/attrove/attrove-js/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "node ./scripts/build.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {}
}
