{
  "name": "@benjineer/phosphor-svelte",
  "version": "1.2.1",
  "description": "A clean and friendly icon family for Svelte",
  "svelte": "./lib/index.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "yarn build:icon",
    "build:icon": "node src/build.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haruaki07/phosphor-svelte.git"
  },
  "keywords": [
    "icons",
    "icon-pack",
    "web",
    "html",
    "css",
    "svg",
    "svg-icons",
    "icon-font"
  ],
  "author": "haruaki07",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haruaki07/phosphor-svelte/issues"
  },
  "homepage": "https://phosphoricons.com",
  "peerDependencies": {
    "svelte": ">=3"
  },
  "devDependencies": {
    "fs-extra": "^9.0.1",
    "html-minifier-terser": "^5.1.1",
    "log-update": "^4.0.0",
    "svelte": "^3.0.0"
  }
}
