forked from jensgertsen/sparkkiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "sparkkiosk",
"version": "0.0.1",
"description": "Micro Lightning enabled kiosk payment solution",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jensgertsen/sparkkiosk.git"
},
"keywords": [
"Lightning",
"bitcoin",
"kiosk"
],
"author": "Jens Gertsen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jensgertsen/sparkkiosk/issues"
},
"homepage": "https://github.com/jensgertsen/sparkkiosk#readme",
"dependencies": {
"@grpc/grpc-js": "^1.5.7",
"@grpc/proto-loader": "^0.6.9",
"bech32": "^2.0.0",
"better-express-store": "^1.0.4",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.19.2",
"config": "^3.3.7",
"date-and-time": "^2.2.1",
"email-validator": "^2.0.4",
"express": "^4.17.3",
"express-session": "^1.17.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"mailersend": "^1.3.1",
"node-fetch": "^3.2.0",
"request": "^2.88.2",
"socks-proxy-agent": "^6.2.0-beta.0",
"url": "^0.11.0"
}
}