-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 867 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 867 Bytes
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
{
"name": "react-github-btn",
"version": "2.0.0",
"description": "GitHub button component for React.js",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/buttons/react-github-btn.git"
},
"keywords": [
"React",
"GitHub",
"button"
],
"author": {
"name": "なつき",
"email": "i@ntk.me",
"url": "https://ntk.me/"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/buttons/react-github-btn/issues"
},
"homepage": "https://buttons.github.io/",
"dependencies": {
"github-buttons": "^2.22.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.5.0"
},
"peerDependencies": {
"react":">=18.0.0"
},
"engines": {
"node": ">=14"
}
}