-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 841 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
{
"name": "reqpatch-extension",
"version": "0.4.1",
"private": true,
"type": "module",
"description": "A local Chrome MV3 request patcher for test lanes and profiles.",
"repository": {
"type": "git",
"url": "git+https://github.com/HanlynnKe/reqpatch.git"
},
"homepage": "https://github.com/HanlynnKe/reqpatch#readme",
"bugs": {
"url": "https://github.com/HanlynnKe/reqpatch/issues"
},
"scripts": {
"test": "node --test tests/*.test.js",
"test:syntax": "node --check background.js && node --check popup.js && node --check lib/core.js && node --check lib/rules.js",
"check:store": "node scripts/check-store-assets.mjs",
"check": "npm run test:syntax && npm test && npm run check:store",
"package": "bash scripts/package.sh"
},
"engines": {
"node": ">=20"
},
"license": "MIT"
}