{
  "name": "feather-icons-react",
  "version": "1.0.0",
  "description": "Feather Icons as a React component.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "test": "npm run test",
    "build": "npm run lint && npm run build-exports && npm run build:bundle && npm run build:cleanup",
    "build:copy-files": "babel src -d build --copy-files --no-copy-ignored ",
    "build:cleanup": "node clean-icon-exports.js",
    "build:bundle": "rollup --config",
    "build:icon-components": "babel build/IconComponents -d build/IconComponents",
    "build-exports": "node generate-icon-exports.js",
    "lint": "eslint src",
    "lint:watch": "esw -w lib/**",
    "lint:fix": "eslint --fix",
    "prepare": "npm run lint:fix && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ianmiller347/feather-icons-react.git"
  },
  "keywords": [
    "feather",
    "icons",
    "react",
    "svg"
  ],
  "author": "Ian J. Miller",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ianmiller347/feather-icons-react/issues"
  },
  "homepage": "https://github.com/ianmiller347/feather-icons-react#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/react": "^19.1.7",
    "@types/react-dom": "^19.1.6",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.2.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.17.0",
    "eslint-watch": "^6.0.1",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "rollup": "^4.32.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "packageManager": "yarn@4.0.2"
}
