{
  "name": "@piste-icons/react",
  "version": "2.1.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.6",
    "@kirkeaton/tsconfig": "2.2.2",
    "@piste-icons/svg": "1.5.1",
    "@svgr/cli": "8.1.0",
    "@types/react": "19.2.14",
    "prettier": "3.8.3",
    "react": "19.2.5",
    "react-dom": "19.2.5",
    "typescript": "6.0.3"
  },
  "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",
  "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": "npm run clean && npm run generate && tsc",
    "clean": "find src -type f ! -name 'constants.ts' -exec rm {} \\; && rm -rf dist",
    "format": "prettier \"**/*.{cjs,json,md,ts,tsx}\" --write",
    "generate": "svgr --config-file .svgrrc.cjs node_modules/@piste-icons/svg",
    "lint": "prettier \"**/*.{cjs,json,md,ts,tsx}\" --check",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit"
  },
  "type": "module"
}
