-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.33 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.33 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
{
"name": "margin",
"version": "0.3.2",
"description": "Privacy-first translation and notes, placed where reading happens.",
"private": true,
"type": "module",
"packageManager": "pnpm@10.15.0",
"scripts": {
"build": "pnpm -r build",
"build:extension": "pnpm --filter @margin/extension build",
"build:website": "pnpm --filter @margin/website build",
"check": "pnpm --filter @margin/extension check",
"check:extension": "pnpm --filter @margin/extension check:extension",
"check:release-readiness": "pnpm --filter @margin/extension run check:release-readiness",
"check:release-version": "pnpm --filter @margin/extension run check:release-version",
"clean": "pnpm -r clean",
"fixture:capture": "pnpm --filter @margin/extension run fixture:capture",
"lint": "pnpm --filter @margin/extension lint",
"package:extension": "pnpm --filter @margin/extension run package",
"test": "pnpm --filter @margin/extension test",
"test:watch": "pnpm --filter @margin/extension test:watch"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/chrome": "^0.0.268",
"@vitest/coverage-v8": "^4.1.5",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"happy-dom": "^20.9.0",
"rolldown": "^1.0.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.59.2",
"vitest": "^4.1.5"
}
}