-
-
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.38 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.38 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/kit",
"version": "4.1.58",
"type": "module",
"exports": {
".": "./main.ts",
"./mod": "./mod.ts",
"./module": "./module.ts",
"./recipes": "./recipes/mod.ts",
"./recipes/schema": "./recipes/registry-schema.ts",
"./recipes/fetcher": "./recipes/registry-fetcher.ts",
"./recipes/applier": "./recipes/recipe-applier.ts",
"./recipes/resolver": "./recipes/dependency-resolver.ts",
"./recipes/handlers": "./recipes/handlers/mod.ts",
"./recipes/handlers/list-recipes": "./recipes/handlers/list-recipes.ts",
"./recipes/handlers/add-recipe": "./recipes/handlers/add-recipe.ts",
"./recipes/handlers/new-project": "./recipes/handlers/new-project.ts",
"./recipes/handlers/clone-recipe": "./recipes/handlers/clone-recipe.ts",
"./recipes/handlers/update-recipe": "./recipes/handlers/update-recipe.ts"
},
"dependencies": {
"@eserstack/ajan": "workspace:*",
"@eserstack/functions": "workspace:*",
"@eserstack/primitives": "workspace:*",
"@eserstack/shell": "workspace:*",
"@eserstack/standards": "workspace:*",
"@eserstack/streams": "workspace:*",
"@std/cli": "npm:@jsr/std__cli@^1.0.32",
"@std/path": "npm:@jsr/std__path@^1.1.6",
"@std/tar": "npm:@jsr/std__tar@^0.1.10"
},
"devDependencies": {
"@std/assert": "npm:@jsr/std__assert@^1.0.19",
"@std/testing": "npm:@jsr/std__testing@^1.0.20"
}
}