{
  "name": "@piste-icons/react",
  "version": "2.0.0",
  "description": "React components for ski trail difficulty symbols",
  "author": "Kirk Eaton <contact@kirkeaton.ca>",
  "bugs": {
    "url": "https://github.com/piste-icons/piste-icons-react/issues"
  },
  "devDependencies": {
    "@kirkeaton/prettier-config": "1.0.5",
    "@kirkeaton/semantic-release-config": "1.0.4",
    "@kirkeaton/tsconfig": "1.0.3",
    "@piste-icons/svg": "1.5.0",
    "@svgr/cli": "8.1.0",
    "@types/react": "19.1.10",
    "prettier": "3.6.2",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "semantic-release": "24.2.7",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "funding": "https://kirkeaton.ca/sponsor",
  "homepage": "https://github.com/piste-icons/piste-icons-react#readme",
  "keywords": [
    "piste",
    "ski",
    "trail",
    "difficulty",
    "icons",
    "react"
  ],
  "license": "BSD-3-Clause",
  "packageManager": "pnpm@10.14.0",
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piste-icons/piste-icons-react.git"
  },
  "scripts": {
    "build": "pnpm clean && pnpm generate && tsc",
    "clean": "find src -type f ! -name 'constants.ts' -exec rm {} \\; && rm -rf dist",
    "generate": "pnpm svgr --config-file .svgrrc.cjs node_modules/@piste-icons/svg",
    "prepublishOnly": "pnpm build"
  },
  "type": "module"
}
