forked from avbiswas/fast-rlm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
19 lines (17 loc) · 745 Bytes
/
deno.json
File metadata and controls
19 lines (17 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"tasks": {
"subagent": "FORCE_COLOR=1 deno run --allow-read --allow-env --allow-net --allow-sys=hostname,osRelease --allow-write src/subagents.ts",
"test_counting_r": "FORCE_COLOR=1 deno run --allow-read --allow-env --allow-net --allow-sys=hostname,osRelease --allow-write test_counting_r.ts",
"view_logs": "deno run --allow-read --allow-env --allow-net --allow-sys=hostname,osRelease --allow-write src/view_logs.ts"
},
"imports": {
"openai": "npm:openai@^4.0.0",
"@std/dotenv": "jsr:@std/dotenv@^0.217.0",
"@lib/": "./lib/",
"@src/": "./src/",
"pino": "npm:pino@^10.3.1",
"pino-pretty": "npm:pino-pretty@^13.1.3",
"pyodide": "npm:pyodide@^0.29.3",
"@std/yaml": "jsr:@std/yaml@^1.0.0"
}
}