-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 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
{
"name": "redis-cli-client",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development bun run --watch ./src/main.ts",
"build": "bun build --compile ./src/main.ts --outfile ./dist/bin/red",
"lint-format": "bunx @biomejs/biome check ./src --fix"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@types/bun": "latest",
"@types/command-line-usage": "^5.0.4",
"@types/react": "^19.2.2",
"@types/yargs": "^17.0.34",
"typescript": "^5.9.3"
},
"dependencies": {
"@opentui/core": "^0.1.26",
"@opentui/react": "^0.1.26",
"@tanstack/react-query": "^5.90.2",
"clipboardy": "^5.0.0",
"color": "^5.0.2",
"command-line-usage": "^7.0.3",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^6.2.0",
"ioredis": "^5.8.1",
"react": "^19.2.0",
"yargs": "^18.0.0",
"zod": "^4.1.12"
},
"private": true,
"license": "MIT"
}