-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 897 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
37
38
39
40
41
{
"name": "@joltiota/joltnaut",
"version": "0.0.0",
"description": "Decentralised fiat currency digital wallet with collateral escrowed as BTC & USDT on deposit",
"main": "app.js",
"engines": {
"node": ">=14.x",
"npm": ">=8"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mannasugo/joltnaut.git"
},
"keywords": [
"bitcoin",
"blockchain",
"lightning network",
"mysql",
"nginx",
"nodejs"
],
"contributors": [
"Mann Asugo <mannasugo@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mannasugo/joltnaut/issues"
},
"homepage": "https://joltnaut.com/",
"dependencies": {
"dotenv": "^16.0.0",
"intasend-node": "^1.0.8",
"mysql": "^2.16.0",
"request": "^2.88.2",
"socket.io": "^4.7.5",
"ws": "^8.5.0"
}
}