-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 915 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 915 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
39
{
"version": "0.0.16",
"name": "tinyuth",
"module": "index.tsx",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"@types/clipboardy": "^2.0.4",
"@types/react": "^19.2.7"
},
"peerDependencies": {
"typescript": "^5"
},
"scripts": {
"build:node": "bun build ./index.tsx --outdir ./dist --target node",
"build:bin": "bun scripts/build-bin.ts"
},
"bin": {
"tinyuth": "dist/index.js"
},
"dependencies": {
"base32-decode": "^1.0.0",
"cfonts": "^3.3.1",
"clipboardy": "^5.0.1",
"figlet": "^1.9.4",
"ink": "^6.5.1",
"ink-big-text": "^2.0.0",
"ink-text-input": "^6.0.0",
"jimp": "^1.6.0",
"jsqr": "^1.4.0",
"keytar": "^7.9.0",
"protobufjs": "^7.5.4",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"react": "^19.2.3",
"react-devtools-core": "^7.0.1",
"screenshot-desktop": "^1.15.3"
}
}