{
  "name": "sync-query",
  "version": "0.2.13",
  "description": "Use the React higher-order component to store the React State in URL query (routing parameters)",
  "main": "dist/index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=dev webpack-dev-server --open",
    "test": "jest",
    "analyze": "cross-env NODE_ENV=stat webpack",
    "build": "webpack",
    "build:w": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NeoYo/sync-query.git"
  },
  "homepage": "https://github.com/NeoYo/sync-query#readme",
  "keywords": [
    "react state",
    "query",
    "URL query",
    "URLSearchParam",
    "React",
    "HOC",
    "higher-order component",
    "路由参数",
    "同步"
  ],
  "author": "liveabean@163.com",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@types/jest": "^26.0.3",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.2",
    "html-webpack-plugin": "^4.3.0",
    "jest": "^26.1.0",
    "ts-jest": "^26.1.1",
    "ts-loader": "^7.0.5",
    "typescript": "^3.9.6",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {}
}
