-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 KB
/
package.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
34
35
36
37
38
39
40
41
42
43
{
"name": "bingchain",
"version": "1.0.0",
"description": "Langchain in ~300 lines of code",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint *.mjs lib/*.mjs"
},
"author": "Mike Ralphson",
"engines": {
"node": ">=18.0.0"
},
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"cli-highlight": "^2.1.11",
"dotenv": "^16.3.1",
"expr-eval": "^2.0.2",
"gpt-tokenizer": "^1.0.5",
"graphql-request": "^6.0.0",
"jgexml": "^0.4.4",
"jsfiddle": "github:MikeRalphson/node-jsfiddle",
"json5": "^2.2.3",
"koa": "^2.14.2",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"mammoth": "^1.5.1",
"meta-fetcher": "^3.1.1",
"open": "^9.1.0",
"pdf-parse": "^1.1.1",
"svg2png-wasm": "^1.3.4",
"termview": "https://github.com/MikeRalphson/termview.git",
"turndown": "github:mixmark-io/turndown",
"turndown-plugin-gfm": "^1.0.2",
"uuid": "^9.0.1",
"yaml": "^2.3.2"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.59.6"
}
}