{
  "name": "ficons-test",
  "version": "3.3.7",
  "rc_version": "illustrations-1.0",
  "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://github.com/mohammed-sas/icons-test"
  },
  "files": [
    "dist/"
  ],
  "np": {
    "tests": false
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "release": "npm run build && np"
  },
  "dependencies": {
    "@stencil/core": "^2.16.0",
    "lit": "^3.2.0"
  },
  "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",
    "vite": "^5.4.4"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
