{
  "name": "react-sticky-box",
  "version": "2.0.4",
  "description": "Boxes that behave nicely while scrolling",
  "scripts": {
    "build": "node build.js && tsc --emitDeclarationOnly",
    "lint": "eslint --max-warnings=0 'src/**/*.{js,jsx,ts,tsx}'",
    "is-prettier": "prettier --list-different 'src/**/*.{js,jsx,ts,tsx}'",
    "prepublishOnly": "npm run lint && npm run is-prettier && npm run build && cp ../../README.md ."
  },
  "keywords": [
    "react",
    "scroll",
    "sticky",
    "fixed"
  ],
  "author": "Daniel Berndt <daniel.berndt@gmail.com> (http://danielberndt.net/)",
  "license": "ISC",
  "repository": "codecks-io/react-sticky-box",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.27",
    "@types/react-dom": "^18.0.10",
    "esbuild": "^0.17.16",
    "typescript": "^4.9.5"
  },
  "type": "module",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ]
}
