-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 852 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 852 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
{
"name": "@eserstack/shell",
"version": "4.3.1",
"type": "module",
"exports": {
".": "./mod.ts",
"./completions": "./completions/mod.ts",
"./args": "./args/mod.ts",
"./module": "./module.ts",
"./exec": "./exec/mod.ts",
"./env": "./env/mod.ts",
"./tui": "./tui/mod.ts",
"./tui/types": "./tui/types.ts",
"./tui/colors": "./tui/colors.ts",
"./vterm": "./vterm/mod.ts",
"./go-exec": "./go-exec.ts"
},
"dependencies": {
"@eserstack/ajan": "workspace:*",
"@eserstack/primitives": "workspace:*",
"@eserstack/standards": "workspace:*",
"@eserstack/streams": "workspace:*",
"@std/cli": "npm:@jsr/std__cli@^1.0.32",
"@xterm/headless": "^6.0.0"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.19",
"@std/testing": "npm:@jsr/std__testing@^1.0.20"
}
}