{
  "name": "use-json-comparison",
  "version": "1.0.6",
  "description": "use json for deep comparison",
  "authors": {
    "name": "chenshuai2144",
    "email": "qixian.cs@outlook.com"
  },
  "files": [
    "/dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/chenshuai2144/useJSONComparison",
  "scripts": {
    "build": "father build",
    "dev": "father doc dev",
    "prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish"
  },
  "peerDependencies": {
    "react": ">=16.9.0"
  },
  "devDependencies": {
    "father": "^2.16.0",
    "np": "^5.2.1",
    "typescript": "^3.3.3"
  },
  "license": "MIT"
}
