-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.2 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@galactushouse/galactus-hook",
"version": "1.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Galactus House <galactushouse@gmail.com> (https://github.com/galactushouse)",
"description": "Ready-to-use hook library",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --declaration"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/galactushouse/galactus-hook"
},
"homepage": "https://github.com/galactushouse/galactus-hook/#readme",
"bugs": {
"url": "https://github.com/galactushouse/galactus-hook/issues"
},
"keywords": [
"hook",
"hooks",
"react-hooks",
"react-hook",
"reactjs",
"component",
"typescript",
"react",
"npm",
"galactus-hook",
"galactushouse"
],
"peerDependencies": {
"react": ">=16.9.0"
},
"devDependencies": {
"@types/node": "^18.6.4",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4"
}
}