{
  "name": "svelte-gestalt-icons",
  "version": "71.0.9",
  "license": "MIT",
  "description": "Pinterest Gestalt SVG icons as Svelte components",
  "author": "Eric Liu (https://github.com/metonym)",
  "svelte": "./lib/index.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "dev": "rollup -cw",
    "predeploy": "rollup -c",
    "deploy": "gh-pages -d dist",
    "prepack": "svelvg glob=gestalt/src/icons iconIndex"
  },
  "devDependencies": {
    "gestalt": "71.0.9",
    "gh-pages": "^4.0.0",
    "rollup": "^2.79.0",
    "svelte": "^3.50.0",
    "svelte-readme": "^3.6.3",
    "svelvg": "^0.11.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/metonym/svelte-gestalt-icons.git"
  },
  "homepage": "https://github.com/metonym/svelte-gestalt-icons",
  "bugs": "https://github.com/metonym/svelte-gestalt-icons/issues",
  "keywords": [
    "svelte",
    "svelte component",
    "gestalt",
    "icon",
    "svg"
  ],
  "files": [
    "lib"
  ],
  "type": "module"
}
