forked from kessler/gemma-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 693 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
{
"name": "gemma-gem",
"description": "Browser AI agent powered by Gemma 4 via WebGPU",
"license": "Apache-2.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build --mode development",
"build:prod": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"devDependencies": {
"typescript": "^5.9.3",
"wxt": "^0.20.20"
},
"dependencies": {
"@huggingface/transformers": "^4.1.0",
"@kessler/gemma-agent": "^3.0.0",
"marked": "^17.0.5"
}
}