{
  "name": "@figma-export/cli",
  "description": "Command line for @figma-export",
  "version": "6.4.0",
  "author": "Marco Montalbano",
  "bin": {
    "figma-export": "./bin/run.js"
  },
  "bugs": "https://github.com/marcomontalbano/figma-export/issues",
  "dependencies": {
    "@figma-export/core": "^6.4.0",
    "@figma-export/types": "^6.4.0",
    "ora": "~8.2.0",
    "sade": "~1.8.1"
  },
  "engines": {
    "node": ">= 18.18"
  },
  "files": [
    "/bin",
    "/dist"
  ],
  "homepage": "https://github.com/marcomontalbano/figma-export",
  "keywords": [
    "figma",
    "export",
    "design",
    "icons",
    "typography",
    "components",
    "cli",
    "figma cli"
  ],
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/marcomontalbano/figma-export",
    "directory": "packages/cli"
  },
  "gitHead": "22c49ea196494583534111edcdc02228ca9fd445"
}
