-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "tactus",
"description": "The first browser AI Agent extension with Agent Skills, multi-provider AI, and MCP support",
"private": true,
"version": "1.3.2",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"test": "vitest run",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.3",
"@mozilla/readability": "^0.6.0",
"@types/turndown": "^5.0.6",
"@wxt-dev/storage": "^1.2.6",
"idb": "^8.0.3",
"jszip": "^3.10.1",
"katex": "^0.16.40",
"marked": "^17.0.1",
"oauth-callback": "^2.2.0",
"openai": "^6.16.0",
"turndown": "^7.2.2",
"vue": "^3.5.25"
},
"devDependencies": {
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^5.9.3",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.8",
"wxt": "^0.20.6"
}
}