-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "@eserstack/cli",
"version": "4.1.56",
"type": "module",
"exports": "./main.ts",
"bin": {
"eser": "./bin.ts"
},
"dependencies": {
"@eserstack/ai": "workspace:*",
"@eserstack/codebase": "workspace:*",
"@eserstack/kit": "workspace:*",
"@eserstack/noskills": "workspace:*",
"@eserstack/laroux-server": "workspace:*",
"@eserstack/workflows": "workspace:*",
"@eserstack/functions": "workspace:*",
"@eserstack/logging": "workspace:*",
"@eserstack/shell": "workspace:*",
"@eserstack/standards": "workspace:*",
"@std/cli": "npm:@jsr/std__cli@^1.0.25",
"@std/fmt": "npm:@jsr/std__fmt@^1.0.8"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.16",
"esbuild": "^0.28.0"
},
"optionalDependencies": {
"@eserstack/ajan-darwin-arm64": "^4.1.0",
"@eserstack/ajan-darwin-x64": "^4.1.0",
"@eserstack/ajan-linux-arm64": "^4.1.0",
"@eserstack/ajan-linux-x64": "^4.1.0",
"@eserstack/ajan-win32-x64": "^4.1.0",
"@eserstack/ajan-wasm": "^4.1.0"
}
}