forked from Hacker-Valley-Media/Interceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 745 Bytes
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
{
"name": "interceptor",
"version": "0.19.1",
"type": "module",
"license": "Elastic-2.0",
"bin": {
"interceptor": "./dist/interceptor"
},
"scripts": {
"build": "./scripts/build.sh",
"typecheck": "bunx tsc -p tsconfig.host.json && bunx tsc -p tsconfig.extension.json && bunx tsc -p tsconfig.json",
"test": "bun test",
"audit:capability-blind": "bash scripts/audit-capability-blind.sh",
"daemon": "bun run daemon/index.ts",
"cli": "bun run cli/index.ts"
},
"devDependencies": {
"@happy-dom/global-registrator": "^20.9.0",
"@types/bun": "^1.3.14",
"@types/chrome": "^0.1.43",
"happy-dom": "^20.9.0",
"typescript": "5.9.3"
},
"dependencies": {
"tesseract.js": "^7.0.0"
}
}