-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.05 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
{
"name": "dmca-watch",
"version": "0.1.0",
"description": "DMCA Watch — historical audit of DMCA complaints filed against your domains via Google Transparency Report: watchlist with paginated fetch, sender forensics with cross-portfolio pattern detection, counter-notice templates. Optional Lumen Database secondary enrichment.",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:edge": "wxt -b edge",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"zip:all": "wxt zip && wxt zip -b firefox && wxt zip -b edge",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"check": "tsc --noEmit && eslint src/"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"eslint": "^9.39.2",
"typescript": "^5.7.0",
"typescript-eslint": "^8.56.0",
"wxt": "^0.19.0"
}
}