uBlock/platform/npm/package.json

36 lines
812 B
JSON
Raw Normal View History

{
"name": "@gorhill/ubo-core",
2024-10-07 12:49:09 +00:00
"version": "0.1.30",
"description": "To create a working instance of uBlock Origin's static network filtering engine",
"type": "module",
"main": "index.js",
"scripts": {
2025-08-08 13:03:35 +00:00
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorhill/uBlock.git"
},
"keywords": [
"uBlock",
"uBO",
"adblock",
"trie"
],
2021-08-29 12:58:20 +00:00
"author": "Raymond Hill (https://github.com/gorhill)",
"license": "GPL-3.0-or-later",
2021-08-29 12:58:20 +00:00
"contributors": [
"Manish Jethani <code@manishjethani.io>"
],
"bugs": {
2021-08-29 12:58:20 +00:00
"url": "https://github.com/uBlockOrigin/uBlock-issues/issues"
},
"homepage": "https://github.com/gorhill/uBlock#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=6.14.4"
},
"devDependencies": {
}
}