-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) 路 1.12 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) 路 1.12 KB
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
{
"name": "@eserstack/cli",
"version": "4.3.1",
"type": "module",
"exports": "./main.ts",
"bin": {
"eser": "./bin.ts"
},
"dependencies": {
"@eserstack/ai": "workspace:*",
"@eserstack/ajan": "workspace:*",
"@eserstack/codebase": "workspace:*",
"@eserstack/config": "workspace:*",
"@eserstack/kit": "workspace:*",
"@eserstack/laroux-server": "workspace:*",
"@eserstack/noskills": "workspace:*",
"@eserstack/posts": "workspace:*",
"@eserstack/primitives": "workspace:*",
"@eserstack/shell": "workspace:*",
"@eserstack/standards": "workspace:*",
"@eserstack/streams": "workspace:*",
"@eserstack/workflows": "workspace:*",
"esbuild": "^0.28.1"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.19"
},
"optionalDependencies": {
"@eserstack/ajan-darwin-arm64": "^4.1.57 || ^5.0.0",
"@eserstack/ajan-darwin-x64": "^4.1.57 || ^5.0.0",
"@eserstack/ajan-linux-arm64": "^4.1.0 || ^5.0.0",
"@eserstack/ajan-linux-x64": "^4.1.0 || ^5.0.0",
"@eserstack/ajan-win32-x64": "^4.1.0 || ^5.0.0",
"@eserstack/ajan-wasm": "^4.1.57 || ^5.0.0"
}
}