-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "mt-rpc",
"version": "1.0.7",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"dev": "vite dev",
"generate-theme-icons": "tsc -p tooling/ && node tooling/out/generate-assets.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"description": "",
"type": "module",
"devDependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"@types/webextension-polyfill": "^0.12.1",
"canvas": "^2.11.2",
"discord-api-types": "^0.37.101",
"sass-embedded": "^1.79.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-static-copy": "^2.0.0",
"vite-plugin-web-extension": "^4.2.0"
},
"dependencies": {
"@fontsource/roboto-mono": "^5.1.0",
"webextension-polyfill": "^0.12.0",
"zod": "^3.23.8"
}
}