{
  "name": "figma-export-assets",
  "version": "2.1.0",
  "description": "Script to generate and download assets from a Figma file",
  "main": "index.js",
  "changeset": "changeset",
  "type": "module",
  "files": [
    "index.js",
    "index.d.ts",
    "LICENSE",
    "README.md"
  ],
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mariohamann/figma-export-assets.git"
  },
  "keywords": [
    "figma",
    "figma-api"
  ],
  "author": "Mario Hamann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mariohamann/figma-export-assets/issues"
  },
  "homepage": "https://github.com/mariohamann/figma-export-assets#readme",
  "dependencies": {
    "mkdirp": "^3.0.1",
    "p-limit": "^6.2.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.2",
    "changesets-changelog-clean": "^1.3.0",
    "dotenv": "^16.5.0"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "build": "npx -p typescript tsc *.js --declaration --allowJs --emitDeclarationOnly",
    "test": "node tests/test.js",
    "release": "pnpm build && changeset publish"
  }
}