-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 768 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
{
"name": "wave2fa",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild src/main.js --bundle --platform=node --outfile=dist/bundle.cjs --external:blessed --minify --sourcemap"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"blessed": "^0.1.81",
"canvas": "^3.2.1",
"esbuild": "^0.27.2",
"jimp": "^1.6.0",
"jsqr": "^1.4.0",
"jsqrcode": "^0.0.7",
"node-file-dialog": "^1.0.3",
"protobufjs": "^8.0.0",
"speakeasy": "^2.0.0"
},
"devDependencies": {
"@types/node": "^25.2.2"
}
}