{
  "name": "react-spectrum",
  "version": "1.3.0",
  "type": "module",
  "description": "Generate colorful text placeholders 🎨",
  "main": "dist/react-spectrum.cjs",
  "module": "dist/react-spectrum.es.js",
  "jsnext:main": "dist/react-spectrum.es.js",
  "browser": "dist/react-spectrum.umd.js",
  "types": "./dist/Spectrum.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ganapativs/react-spectrum.git"
  },
  "author": "Ganapati V S <vsg.inbox@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ganapativs/react-spectrum/issues"
  },
  "homepage": "https://github.com/ganapativs/react-spectrum",
  "keywords": [
    "react component",
    "placeholder",
    "colorful",
    "spectrum",
    "text"
  ],
  "scripts": {
    "prebuild": "rimraf dist && mkdirp dist && pnpm run lint",
    "build": "NODE_ENV=production rollup -c && tsc -d --outDir dist --declarationDir dist --emitDeclarationOnly",
    "watch": "pnpm run build -w",
    "lint": "tsc --noEmit && eslint './src/**/*' --quiet --fix",
    "prepublishOnly": "pnpm run build",
    "size": "size-limit",
    "prepare": "husky"
  },
  "size-limit": [
    {
      "limit": "1.5 KB",
      "path": "dist/react-spectrum.cjs"
    }
  ],
  "devDependencies": {
    "@babel/preset-react": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@size-limit/preset-small-lib": "^11.2.0",
    "@types/react": "^19.1.4",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "eslint": "^9.27.0",
    "eslint-plugin-react": "^7.37.5",
    "husky": "^9.1.7",
    "mkdirp": "^3.0.1",
    "rimraf": "^6.0.1",
    "rollup": "^4.41.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "size-limit": "^11.2.0",
    "tslib": "^2.4.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0"
  },
  "dependencies": {
    "react": "^19.1.0"
  }
}
