{
  "name": "@figma-api/community",
  "description": "Figma Community API",
  "keywords": [
    "Fimga",
    "Figma Community",
    "API",
    "Data set"
  ],
  "version": "0.0.7",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "homepage": "https://github.com/gridaco/figma-archives/tree/main/apis/node",
  "repository": "https://github.com/gridaco/figma-archives",
  "exports": {
    ".": "./dist/index.js",
    "./fs": "./dist/fs.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "dist/index.d.ts"
      ],
      "fs": [
        "dist/fs.d.ts"
      ]
    }
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsup",
    "test": "jest",
    "prepack": "npm run clean && npm run build"
  },
  "devDependencies": {
    "@design-sdk/figma-remote-types": "^0.0.43",
    "@types/jest": "^29.5.2",
    "@types/mime-types": "^2.1.1",
    "@types/node": "^20.2.5",
    "axios": "^1.4.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "tsup": "^6.7.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "axios": "*"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mime-types": "^2.1.35"
  }
}
