{
  "name": "@facilio/icons",
  "version": "1.1.3",
  "description": "Facilio icons as web components",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/facicons-ui/facicons-ui.esm.js",
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/facilio/facilio-icons.git"
  },
  "files": [
    "dist/"
  ],
  "np": {
    "tests": false
  },
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "generate": "stencil generate",
    "publish": "npm run release",
    "release": "np"
  },
  "dependencies": {
    "@stencil/core": "^2.13.0",
    "np": "^7.6.2"
  },
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "external-svg-loader": "^1.6.0",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "puppeteer": "^10.0.0",
    "stencil-inline-svg": "^1.1.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
