-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 994 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
36
{
"name": "phoenix-server-lightning-wallet",
"version": "1.0.0",
"description": "A lightning wallet on top of phoenix server",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkarani/phoenix-server-lightning-wallet.git"
},
"author": "hkarani (github)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hkarani/phoenix-server-lightning-wallet/issues"
},
"homepage": "https://github.com/hkarani/phoenix-server-lightning-wallet#readme",
"dependencies": {
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bootstrap-icons": "^1.11.3",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lowdb": "^7.0.1",
"node-fetch": "^3.3.2",
"uuid": "^10.0.0"
}
}