-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
package.json
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
{
"name": "kofi-button",
"version": "1.1.1",
"description": "The Ko-fi donate button as a React component.",
"main": "./KofiButton.js",
"types": "./KofiButton.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logankuzyk/kofi-button.git"
},
"author": "Logan Kuzyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/logankuzyk/kofi-button/issues"
},
"homepage": "https://github.com/logankuzyk/kofi-button#readme",
"keywords": [
"React",
"Ko-fi",
"Button"
],
"dependencies": {},
"devDependencies": {
"@types/react": "^17.0.39",
"prettier": "^2.3.2",
"react": "^17.0.2",
"rollup": "^2.60.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2"
}
}