{
  "version": "0.1.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "sideEffects": false,
  "scripts": {
    "start": "tsdx watch",
    "build": "yarn build:pkg && yarn build:docs",
    "build:pkg": "tsdx build",
    "build:docs": "typedoc src/index.ts --readme none",
    "test": "tsdx test",
    "lint": "yarn prettier {src,test}/*.ts* --check && tsdx lint",
    "format": "yarn prettier {src,test}/*.ts* --write && tsdx lint --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "name": "create-restful-swr",
  "author": "mAAdhaTTah",
  "module": "dist/create-restful-swr.esm.js",
  "size-limit": [
    {
      "path": "dist/create-restful-swr.cjs.production.min.js",
      "limit": "12 KB"
    },
    {
      "path": "dist/create-restful-swr.esm.js",
      "limit": "12 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@testing-library/react-hooks": "^7.0.2",
    "eslint-plugin-tsdoc": "^0.2.16",
    "husky": "^7.0.4",
    "size-limit": "^7.0.8",
    "swr": "^1.2.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typedoc": "^0.22.15",
    "typescript": "^4.6.2"
  },
  "peerDependencies": {
    "react": "^16.11 || ^17.0.2 || ^18",
    "swr": "^1.2.0"
  }
}
