1{
2  "name": "fast-shallow-equal",
3  "version": "1.0.0",
4  "repository": {
5    "type": "git",
6    "url": "https://github.com/streamich/fast-shallow-equal.git"
7  },
8  "scripts": {
9    "test": "jest",
10    "semantic-release": "semantic-release"
11  },
12  "devDependencies": {
13    "jest": "22.3.0",
14    "jest-tap-reporter": "1.9.0",
15    "semantic-release": "15.14.0"
16  },
17  "jest": {
18    "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
19    "reporters": [
20      "jest-tap-reporter"
21    ],
22    "testURL": "http://localhost"
23  },
24  "keywords": [
25    "equal",
26    "fast",
27    "shallow",
28    "fast-shallow-equal",
29    "comparator",
30    "pure",
31    "should-update"
32  ]
33}
34