{
  "name": "qwik-feather-icons",
  "version": "1.2.1",
  "description": "Feather icons for Qwik, the Resumable Framework",
  "author": {
    "name": "Eduardo García Maleta",
    "email": "egmaleta@proton.me",
    "url": "https://github.com/egmaleta"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/egmaleta/qwik-feather-icons.git"
  },
  "license": "LICENSE",
  "keywords": [
    "icon",
    "icons",
    "feather",
    "qwik"
  ],
  "main": "./lib/index.qwik.mjs",
  "qwik": "./lib/index.qwik.mjs",
  "types": "./lib-types/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.qwik.mjs",
      "require": "./lib/index.qwik.cjs",
      "types": "./lib-types/index.d.ts"
    }
  },
  "files": [
    "lib",
    "lib-types"
  ],
  "engines": {
    "node": ">=15.0.0"
  },
  "private": false,
  "type": "module",
  "scripts": {
    "build.icons": "node scripts/generate-icons.cjs && node scripts/generate-icons-map.cjs && node scripts/populate-index.cjs && qwik build",
    "build": "qwik build",
    "build.lib": "vite build --mode lib",
    "build.types": "tsc --emitDeclarationOnly",
    "dev": "vite --mode ssr",
    "dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
    "fmt": "prettier --write .",
    "fmt.check": "prettier --check .",
    "lint": "eslint \"src/**/*.ts*\"",
    "release": "np",
    "start": "vite --open --mode ssr",
    "qwik": "qwik",
    "test": "echo \"no tests 4 now\""
  },
  "devDependencies": {
    "@builder.io/qwik": "^0.100.0",
    "@types/eslint": "8.4.10",
    "@types/node": "latest",
    "@typescript-eslint/eslint-plugin": "5.45.0",
    "@typescript-eslint/parser": "5.45.0",
    "eslint": "8.28.0",
    "eslint-plugin-qwik": "latest",
    "feather-icons": "^4.29.0",
    "node-fetch": "3.3.0",
    "np": "7.6.1",
    "prettier": "2.8.0",
    "typescript": "4.9.3",
    "vite": "3.2.4"
  }
}
