{
  "name": "found-scroll",
  "version": "1.1.1",
  "description": "Scroll management for found",
  "files": [
    "lib",
    "es"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "4c build",
    "lint": "eslint src test",
    "prepublishOnly": "npm run build",
    "testonly": "jest --runInBand --verbose",
    "test": "npm run lint && npm run testonly"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.js": "eslint --fix"
  },
  "prettier": {
    "printWidth": 79,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "setupFiles": [
      "<rootDir>/test/setup.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/4Catalyzer/found-scroll.git"
  },
  "keywords": [
    "scroll",
    "react",
    "router"
  ],
  "author": "4Catalyzer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/4Catalyzer/found-scroll/issues"
  },
  "homepage": "https://github.com/4Catalyzer/found-scroll#readme",
  "dependencies": {
    "farce": "^0.4.5",
    "prop-types": "^15.7.2",
    "scroll-behavior": "^0.11.0"
  },
  "peerDependencies": {
    "found": ">=0.5.1",
    "react": "^0.14.9 || >=15.3.0"
  },
  "devDependencies": {
    "@4c/babel-preset": "^8.1.2",
    "@4c/cli": "^2.2.9",
    "@4c/tsconfig": "^0.4.0",
    "@babel/cli": "^7.17.3",
    "@babel/core": "^7.17.5",
    "@babel/preset-typescript": "^7.16.7",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
    "babel-jest": "^27.5.1",
    "babel-plugin-add-module-exports": "^1.0.4",
    "cpy-cli": "^3.1.1",
    "enzyme": "^3.11.0",
    "eslint": "^7.32.0",
    "eslint-config-4catalyzer-jest": "^2.2.0",
    "eslint-config-4catalyzer-react": "^1.2.2",
    "eslint-config-4catalyzer-typescript": "^3.2.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^24.7.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "found": "^0.6.0",
    "hookem": "^1.0.9",
    "jest": "^27.5.1",
    "lint-staged": "^11.2.6",
    "prettier": "^2.5.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "typescript": "^4.5.5"
  }
}
