-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 925 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": "react-btcpay-paybutton",
"version": "1.0.0",
"description": "Accept BTC payments in your React app with BTCPay Server Pay Button",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2140data/react-btcpay-paybutton.git"
},
"author": "Ant @2140data",
"license": "MIT",
"bugs": {
"url": "https://github.com/2140data/react-btcpay-paybutton/issues"
},
"homepage": "https://github.com/2140data/react-btcpay-paybutton#readme",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"babel-loader": "^9.1.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}