-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
40
41
42
43
44
45
46
47
{
"author": "DiffPlug",
"dependencies": {
"@wxt-dev/webextension-polyfill": "^1.0.0",
"highlight.js": "^11.11.1",
"markdown-actions": "^1.1.2",
"webextension-polyfill": "^0.12.0"
},
"description": "Syntax highlighting and autosave for comments on GitHub (and other other markdown-friendly websites).",
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@testing-library/jest-dom": "^6.6.4",
"@types/node": "^22.16.5",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"happy-dom": "^18.0.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"wxt": "^0.20.7"
},
"keywords": [
"browser-extension",
"chrome-extension",
"firefox-addon",
"github",
"gitlab",
"bitbucket",
"syntax highlighting"
],
"license": "MIT",
"name": "gitcasso",
"scripts": {
"biome": "biome check .",
"biome:fix": "biome check --write .",
"wxt:build": "wxt build",
"wxt:build:firefox": "wxt build -b firefox",
"compile": "tsc --noEmit",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"postinstall": "wxt prepare",
"test": "vitest run",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox"
},
"type": "module",
"version": "0.0.1"
}