-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 981 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
{
"name": "generate-donate-buttons",
"version": "1.0.1",
"description": "Generate donation buttons for your website - supports Paypal, Venmo, Stripe, GitHub, Coinbase (bitcoin, ethereum, Solana, etc), patreon, Buy Me Coffee, and many more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"keywords": [
"donation buttons generator paypal crypto bitcoin solano ethereum patreon buy me coffee"
],
"author": "designlook",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.5",
"@babel/node": "^7.18.5",
"@babel/preset-env": "^7.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/designlook/generate-donate-buttons.git"
},
"bugs": {
"url": "https://github.com/designlook/generate-donate-buttons/issues"
},
"homepage": "https://github.com/designlook/generate-donate-buttons#readme"
}