UNPKG

925 BJSONView Raw
1{
2 "name": "@restart/hooks",
3 "version": "0.4.7",
4 "main": "cjs/index.js",
5 "types": "cjs/index.d.ts",
6 "module": "esm/index.js",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/jquense/react-common-hooks.git"
10 },
11 "author": {
12 "name": "Jason Quense",
13 "email": "monastic.panic@gmail.com"
14 },
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/react-restart/hooks/issues"
18 },
19 "homepage": "https://github.com/react-restart/hooks#readme",
20 "jest": {
21 "preset": "@4c",
22 "rootDir": "./test",
23 "setupFilesAfterEnv": [
24 "./setup.js"
25 ]
26 },
27 "prettier": {
28 "singleQuote": true,
29 "semi": false,
30 "trailingComma": "all"
31 },
32 "publishConfig": {
33 "access": "public",
34 "directory": "lib"
35 },
36 "release": {
37 "conventionalCommits": true
38 },
39 "peerDependencies": {
40 "react": ">=16.8.0"
41 },
42 "dependencies": {
43 "dequal": "^2.0.2"
44 }
45}