{
  "name": "@alexandresalome/bootstrap-react-icons",
  "version": "0.0.2",
  "description": "Bootstrap icons as TypeScript React components",
  "keywords": [
    "bootstrap",
    "react",
    "bootstrap-icons",
    "typescript"
  ],
  "files": [
    "dist/*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "scripts": {
    "start": "rm -rf dist && ts-node generate-icons.ts && tsc",
    "release": "release-it"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bootstrap-icons": "^1.11",
    "react": "^18.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "@types/react": "^18.2.46",
    "react": "^18.2.0",
    "release-it": "^17.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}
