package.json 1.01 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
{
baesangjune's avatar
yarn    
baesangjune committed
2
3
4
5
6
7
8
9
  "name": "@restart/hooks",
  "version": "0.3.25",
  "main": "cjs/index.js",
  "types": "cjs/index.d.ts",
  "module": "esm/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/react-common-hooks.git"
Sangjune Bae's avatar
Sangjune Bae committed
10
11
12
13
14
  },
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
baesangjune's avatar
yarn    
baesangjune committed
15
  "license": "MIT",
Sangjune Bae's avatar
Sangjune Bae committed
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  "bugs": {
    "url": "https://github.com/react-restart/hooks/issues"
  },
  "homepage": "https://github.com/react-restart/hooks#readme",
  "jest": {
    "preset": "@4c",
    "rootDir": "./test",
    "setupFilesAfterEnv": [
      "./setup.js"
    ]
  },
  "prettier": {
    "singleQuote": true,
    "semi": false,
    "trailingComma": "all"
  },
  "publishConfig": {
    "access": "public",
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
  },
baesangjune's avatar
yarn    
baesangjune committed
39
40
  "peerDependencies": {
    "react": "^16.8.0"
Sangjune Bae's avatar
Sangjune Bae committed
41
  },
baesangjune's avatar
yarn    
baesangjune committed
42
43
44
45
46
47
  "dependencies": {
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.15"
  },
  "readme": "ERROR: No README data found!",
  "_id": "@restart/hooks@0.3.21"
Sangjune Bae's avatar
Sangjune Bae committed
48
}