{
  "version": "1.2.14",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "description": "It is an easy-to-use keepAlive library exclusively for nextjs.",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "next": ">=12",
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "next-easy-keepalive",
  "author": "Jong-wan Kim",
  "keywords": [
    "react",
    "next",
    "nextjs",
    "keep-alive",
    "alive",
    "back state",
    "back",
    "scroll position",
    "NEKA",
    "neka",
    "뒤로가기",
    "뒤로가기 유지"
  ],
  "module": "dist/next-easy-keepalive.esm.js",
  "size-limit": [
    {
      "path": "dist/next-easy-keepalive.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/next-easy-keepalive.esm.js",
      "limit": "10 KB"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dfd1123/next-easy-keepalive"
  },
  "bugs": {
    "url": "https://github.com/dfd1123/next-easy-keepalive/issues"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "8.1.2",
    "@types/lodash": "4.14.191",
    "@types/react": "18.0.27",
    "@types/react-dom": "18.0.10",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "@typescript-eslint/parser": "^5.50.0",
    "eslint": "8.33.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "husky": "8.0.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "size-limit": "8.1.2",
    "tsdx": "0.14.1",
    "tslib": "2.5.0",
    "typescript": "4.9.5"
  },
  "dependencies": {
    "lodash": "4.17.21",
    "lodash-es": "4.17.21",
    "next": ">=12"
  }
}
