-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "scripthunt",
"version": "0.6.0",
"description": "Static unified userscript search across seven built-in catalogs with provenance-aware trust and offline recovery.",
"license": "MIT",
"repository": "github:SysAdminDoc/UserScriptHunt",
"homepage": "https://sysadmindoc.github.io/UserScriptHunt/",
"private": true,
"scripts": {
"qa": "npm audit && npm test",
"test": "node --test tests/worker.test.js tests/version-drift.test.js tests/source-docs.test.js && playwright test",
"test:install": "playwright install chromium",
"serve:test": "node tests/static-server.js 3217 .",
"test:canary": "node --test tests/canary.test.js"
},
"devDependencies": {
"@playwright/test": "1.61.1"
}
}