@eyeo/snippets
Version:
eye/o snippets for Ads blocker
77 lines (76 loc) • 2.35 kB
JSON
{
"name": "@eyeo/snippets",
"version": "2.2.0",
"main": "./index.mjs",
"module": "./index.mjs",
"type": "module",
"scripts": {
"build": "npm run build.clean && npm run rollup:isolated-lite && npm run rollup:main && npm run rollup:snippets && npm run rollup:isolated-full && npm run rollup:chromium-all && node ./bundle/callbacks.js && node ./bundle/chromium.js && node ./bundle/dependencies.js && npm run test",
"build.assets": "node ./bundle/assets.js $1",
"build.clean": "rm -rf dist webext; mkdir dist webext",
"rollup:isolated-lite": "rollup --config rollup/isolated-lite.config.js",
"rollup:main": "rollup --config rollup/main.config.js",
"rollup:isolated-full": "rollup --config rollup/isolated-full.config.js",
"rollup:snippets": "rollup --config rollup/snippets.config.js",
"rollup:chromium-all": "rollup --config rollup/chromium-all.config.js",
"test": "node ./test/webext.js && node ./test/callback.js"
},
"exports": {
".": {
"import": "./index.mjs"
},
"./main": {
"import": "./webext/main.mjs"
},
"./injected": {
"import": "./webext/main.mjs"
},
"./isolated": {
"import": "./webext/isolated-full.mjs"
},
"./all": {
"import": "./webext/snippets.mjs"
},
"./source": {
"import": "./webext/index.source.mjs"
},
"./source/main": {
"import": "./webext/main.source.mjs"
},
"./source/injected": {
"import": "./webext/main.source.mjs"
},
"./source/isolated": {
"import": "./webext/isolated-full.source.mjs"
},
"./source/all": {
"import": "./webext/snippets.source.mjs"
},
"./package.json": "./package.json"
},
"license": "GPL-3.0-only",
"description": "eye/o snippets for Ads blocker",
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/eyeo/snippets.git"
},
"keywords": [
"adblocker",
"ABP",
"snippets",
"eyeo"
],
"author": "Eyeo GmbH",
"bugs": {
"url": "https://gitlab.com/eyeo/snippets/issues"
},
"homepage": "https://gitlab.com/eyeo/snippets#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"proxy-pants": "^0.8.3",
"rollup": "^4.22.4",
"rollup-plugin-cleanup": "^3.2.1",
"transform-once": "^0.1.2"
}
}