1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00
uBlock/platform/dig/package.json
Raymond Hill 8bb44242bd
Add platform "dig", to experiment/validate code changes
This is a replacement for the dubious approach when the
extension itself was used to run benchmarks to detect
performance and filtering behavior regressions.
2021-08-15 15:47:40 -04:00

29 lines
694 B
JSON

{
"name": "@gorhill/ubo-dig",
"version": "0.1.0",
"description": "To investigate code changes (not for publication)",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
"snfe": "node snfe.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorhill/uBlock.git"
},
"author": "Raymond Hill",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gorhill/uBlock/issues"
},
"homepage": "https://github.com/gorhill/uBlock#readme",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.14.4"
},
"devDependencies": {
"scaling-palm-tree": "github:mjethani/scaling-palm-tree#15cf1ab"
}
}