{
  "name": "@raydeck/react-heroicons",
  "version": "1.2.2",
  "description": "Heroicons as React components",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "generate": "node build.js",
    "bundle": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "node build.js && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/graywolftech/react-heroicons.git"
  },
  "keywords": [
    "heroicons",
    "svg",
    "react",
    "icons",
    "icon"
  ],
  "author": "Jacob Smith <jacob.smith@unb.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graywolftech/react-heroicons/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/graywolftech/react-heroicons#readme",
  "peerDependencies": {
    "react": "^16.13.1 || ^17"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/react": "^16.9.35",
    "react": "^16.13.1",
    "typescript": "^4.1.3"
  }
}
