{
  "name": "geist-icons",
  "version": "1.2.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/Abhie-Tripathi/geist-icons.git"
  },
  "description": "Library of animated SVG icons based on Vercel's Geist Icons.",
  "keywords": [
    "geist",
    "svg",
    "icons",
    "react",
    "styled-components"
  ],
  "author": "Abhinav Tripathi <abhie.tripathi@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18",
    "styled-components": "^5.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/styled-components": "^5.1.34",
    "prop-types": "^15.0.0",
    "rollup": "^2.0.0",
    "rollup-plugin-babel": "^4.0.0",
    "rollup-plugin-commonjs": "^10.0.0",
    "rollup-plugin-node-resolve": "^5.0.0",
    "rollup-plugin-peer-deps-external": "^2.0.0",
    "rollup-plugin-terser": "^7.0.0",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "styled-components": "^5.0.0",
    "tslib": "^2.6.3"
  }
}
