-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (35 loc) · 927 Bytes
/
package.json
File metadata and controls
38 lines (35 loc) · 927 Bytes
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
{
"name": "turnstile-qr-validator-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"create-secret-dir": "mkdir -p secret",
"setup": "node scripts/setup_secret.js",
"port-emulate": "sh port/portemulator.sh",
"port-command": "sh port/portcommand.sh",
"check-socat": "command -v socat || (echo '❌ socat is not installed.' && exit 1)",
"install-socat": "sh scripts/socat",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.6",
"commander": "^13.1.0",
"connect-timeout": "^1.9.1",
"csv-parse": "^6.1.0",
"dotenv": "^17.2.3",
"each-async": "^1.1.1",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"request": "^2.88.2",
"serialport": "^13.0.0",
"underscore": "^1.13.7",
"path": "*",
"querystring": "*",
"https": "*",
"mongodb": "*"
}
}