{
  "name": "fontawesome-bootstrap-icons",
  "version": "1.0.0-1.9.1",
  "description": "Font Awesome SVG Icon Package of Bootstrap Icons",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "keywords": [
    "bootstrap",
    "fontawesome",
    "icon",
    "icons",
    "svg"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wxh06/fontawesome-bootstrap-icons.git"
  },
  "author": {
    "name": "汪心禾",
    "email": "wangxinhe06@gmail.com",
    "url": "https://wxh.im/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wxh06/fontawesome-bootstrap-icons/issues"
  },
  "homepage": "https://github.com/wxh06/fontawesome-bootstrap-icons#readme",
  "devDependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.1.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@jest/globals": "^28.1.3",
    "@types/node": "^18.7.7",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "bootstrap-icons": "1.9.1",
    "eslint": "^8.22.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "htmlparser2": "^8.0.1",
    "husky": "^8.0.1",
    "jest": "^28.1.3",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4",
    "unbuild": "^0.8.9"
  },
  "scripts": {
    "build": "ts-node build.ts && unbuild && mv src/index.d.ts dist/",
    "test": "jest"
  }
}