{
  "name": "@sinoui/use-rest-list-api",
  "version": "1.0.0",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/sinoui-use-rest-list-api.esm.js",
  "typings": "dist/index.d.ts",
  "homepage": "https://sinoui.github.io/use-rest-list-api/",
  "bugs": {
    "url": "https://github.com/sinoui/use-rest-list-api/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sinoui/use-rest-list-api.git"
  },
  "scripts": {
    "start": "ts-lib-tools watch",
    "test": "ts-lib-tools test",
    "build": "ts-lib-tools build",
    "format": "ts-lib-tools format",
    "lint": "ts-lib-tools lint",
    "prepublishOnly": "ts-lib-tools build"
  },
  "prettier": {
    "printWidth": 80,
    "useTabs": false,
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "all",
    "bracketSpacing": true,
    "jsxBracketSameLine": false,
    "arrowParens": "always"
  },
  "eslintConfig": {
    "extends": "ts-lib"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/*.{ts,tsx}": [
      "cross-env CI=true ts-lib-tools test",
      "eslint --fix --color",
      "git add"
    ]
  },
  "files": [
    "dist",
    "assets"
  ],
  "dependencies": {
    "@babel/polyfill": "^7.6.0",
    "@babel/runtime": "^7.6.0",
    "@sinoui/http": "^1.0.0",
    "@sinoui/use-data-api": "^1.0.1",
    "immer": "^4.0.0",
    "qs": "^6.8.0"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "^2.0.1",
    "@types/qs": "^6.5.3",
    "@types/react": "^16.9.2",
    "husky": "^3.0.5",
    "lint-staged": "^9.2.5",
    "prettier": "^1.18.2",
    "react": "^16.9.0",
    "react-test-renderer": "^16.9.0",
    "ts-lib-tools": "^0.4.7",
    "typescript": "^3.6.3"
  },
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
