-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bumpbtc-wallet-api",
"version": "0.1",
"description": "tap-to-pay mobile btc wallet",
"main": "src/app.js",
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"bip32": "^2.0.6",
"bip39": "^3.1.0",
"bitcoin-core": "^4.2.0",
"bitcoinjs-lib": "^5.2.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"expo-file-system": "^17.0.1",
"expo-mail-composer": "^13.0.1",
"expo-sharing": "^12.0.1",
"express": "^4.17.1",
"express-validator": "^7.0.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.2",
"lightning": "^10.18.0",
"litecore-lib": "^0.13.22",
"ln-service": "^57.18.0",
"mongoose": "^8.5.2",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.6.0",
"qrcode": "^1.5.4",
"react-native-qrcode-svg": "^6.3.2",
"socket.io": "^4.7.5",
"speakeasy": "^2.0.0",
"tiny-secp256k1": "^1.1.6"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}