-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
33 lines (33 loc) · 1.47 KB
/
import_map.json
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
{
"imports": {
"@/": "./src/",
"@std/url": "https://deno.land/[email protected]/url/mod.ts",
"@std/fs": "https://deno.land/[email protected]/fs/mod.ts",
"@std/path": "https://deno.land/[email protected]/path/mod.ts",
"@std/streams": "https://deno.land/[email protected]/streams/mod.ts",
"@std/node/child_process": "https://deno.land/[email protected]/node/child_process.ts",
"@std/node/buffer": "https://deno.land/[email protected]/node/buffer.ts",
"@std/assert": "jsr:@std/assert@1",
"@std/io": "jsr:@std/io@1",
"axios": "https://deno.land/x/axiod/mod.ts",
"dotenv": "https://deno.land/x/[email protected]/mod.ts",
"unified": "npm:unified",
"remark": "npm:remark",
"remark-parse": "npm:remark-parse",
"remark-stringify": "npm:remark-stringify",
"langchain": "npm:/[email protected]",
"langchain/": "npm:/[email protected]/",
"@langchain/openai": "npm:/@langchain/[email protected]",
"@langchain/openai/": "npm:/@langchain/[email protected]/",
"@langchain/core": "npm:/@langchain/[email protected]",
"@langchain/core/": "npm:/@langchain/[email protected]/",
"dotenv/config": "npm:/dotenv/config",
"ignore": "npm:/ignore",
"pdf-parse": "npm:/pdf-parse",
"ml-distance": "npm:/ml-distance",
"fluent-ffmpeg": "https://deno.land/x/[email protected]/mod.ts",
"@openai": "https://deno.land/x/[email protected]/mod.ts",
"@openai/parser": "https://deno.land/x/[email protected]/lib/parser.ts",
"@openai/audio": "https://api.openai.com/v1/audio/synthesize"
}
}