-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.42 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
{
"name": "Proofly",
"displayName": "Proofly - Private AI Writing, Proofreading & Grammar Assistant",
"description": "A free, lightweight, non-invasive AI grammar and proofreading extension that runs 100% on-device for total privacy and offline use.",
"type": "module",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md,html,yml}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md,html,yml}\"",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:e2e:watch": "TEST_WATCH_MODE=true vitest --config vitest.e2e.config.ts",
"typecheck": "tsc",
"prepare": "husky"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.3",
"@types/chrome": "^0.1.29",
"@types/dom-chromium-ai": "^0.0.10",
"@types/node": "^24.9.2",
"crx3": "^2.0.0",
"eslint": "^9.39.1",
"globals": "^15.15.0",
"husky": "^9.1.7",
"pino": "^10.1.1",
"prettier": "^3.6.2",
"puppeteer-core": "^24.27.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.46.4",
"user-agent-data-types": "^0.4.2",
"vite": "^7.0.5",
"vite-plugin-zip-pack": "^1.2.4",
"vitest": "^4.0.6"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.8.0"
}
}