forked from GoogleChromeLabs/wasi-fs-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 928 Bytes
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
{
"name": "browser-ai-coder",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc -p .",
"watch": "tsc -p . -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kazum/browser-ai-coder.git"
},
"keywords": [],
"author": "Ingvar Stepanyan <rreverser@google.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kazum/browser-ai-coder/issues"
},
"homepage": "https://kazum.github.io/browser-ai-coder/",
"description": "An AI Coding Agent running entirely in the browser using WebAssembly and WebLLM.",
"dependencies": {
"@mlc-ai/web-llm": "^0.2.80",
"asyncify-wasm": "^1.1.1",
"local-echo": "github:RReverser/local-echo",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0"
},
"devDependencies": {
"@types/wicg-file-system-access": "^2020.9.1",
"typescript": "^4.0.3"
}
}