{
  "name": "@design-sdk/figma-remote-types",
  "description": "Light-weight Figma Remote api wrapper with types & authentication",
  "main": "index.js",
  "types": "index.d.ts",
  "version": "0.1.0",
  "private": false,
  "keywords": [
    "figma",
    "oauth",
    "sdk",
    "design-sdk",
    "api",
    "token",
    "passport",
    "figma-types"
  ],
  "homepage": "https://github.com/gridaco/figma-sdk/",
  "repository": "https://github.com/gridaco/figma-sdk/tree/main/figma-remote-api/",
  "authors": "Grida.co",
  "license": "MIT",
  "files": [
    "index.d.ts",
    "index.js",
    "README",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "echo 'this package does not require build' && exit 0",
    "typecheck": "echo 'no typescript sources' && exit 0"
  }
}