{
  "name": "fetch-skills",
  "version": "2.0.3",
  "description": "CLI installer for Fetch.ai developer skills across Cursor, Claude Code, Antigravity, and agent coding tools.",
  "type": "module",
  "bin": {
    "fetch-skills": "./bin/install.js"
  },
  "files": [
    "bin",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node ./bin/install.js",
    "test": "node --test test/install.test.js",
    "test:pack": "npm pack --dry-run"
  },
  "keywords": [
    "fetch-ai",
    "fetchai",
    "cursor",
    "claude-code",
    "antigravity",
    "agents",
    "skills",
    "ai-coding",
    "vibe-coding"
  ],
  "license": "MIT",
  "author": {
    "name": "Geetanshi Goel",
    "url": "https://github.com/geetanshi0205"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/geetanshi0205/fetchai-skills.git"
  },
  "bugs": {
    "url": "https://github.com/geetanshi0205/fetchai-skills/issues"
  },
  "homepage": "https://github.com/geetanshi0205/fetchai-skills#readme",
  "dependencies": {
    "@inquirer/prompts": "latest",
    "boxen": "^8.0.1",
    "chalk": "latest",
    "figlet": "^1.11.0",
    "fs-extra": "latest",
    "gradient-string": "^3.0.0",
    "ora": "^9.4.0"
  }
}
