{
  "name": "@appfigures/cli",
  "mcpName": "com.appfigures/mcp",
  "version": "1.0.3",
  "description": "Appfigures CLI — query app metrics, reviews, and store data from your terminal",
  "type": "module",
  "bin": {
    "appfigures": "./bin/appfigures",
    "af": "./bin/appfigures"
  },
  "files": [
    "dist/af.js",
    "bin/appfigures",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "server.json"
  ],
  "engines": {
    "node": ">=22",
    "pnpm": "^11.1.1"
  },
  "license": "Apache-2.0",
  "author": "Appfigures",
  "keywords": [
    "appfigures",
    "app-intelligence",
    "cli",
    "app-store",
    "aso",
    "analytics",
    "reviews",
    "ratings",
    "estimates",
    "mobile",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appfigures/cli.git"
  },
  "homepage": "https://github.com/appfigures/cli#readme",
  "bugs": {
    "url": "https://github.com/appfigures/cli/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@napi-rs/keyring": "1.2.0"
  }
}
