Brave-Detection-Blocker-Chr.../package.json

31 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2022-03-27 11:43:26 +00:00
{
"name": "brave-detection-blocker",
2023-02-05 20:17:51 +00:00
"version": "1.2.1",
2022-03-27 11:43:26 +00:00
"description": "Brave extension to block detection of brave browser.",
"main": "block-script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-03-27 11:47:27 +00:00
"release": "yarn config set version-tag-prefix brave-detection-blocker@v && yarn config set version-git-message 'brave-detection-blocker@v%s' && yarn version --patch && yarn postversion",
2022-03-27 12:54:00 +00:00
"postversion": "git push",
2022-03-27 15:36:48 +00:00
"pub": "yarn release && node ./scripts/create-release.js"
2022-03-27 11:43:26 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git"
},
"keywords": [
"brave detectionblocker",
"browser extension"
],
"author": "andrei0x309",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension/issues"
},
"homepage": "https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension#readme",
"devDependencies": {
2022-11-01 00:58:19 +00:00
"archiver": "^5.3.0",
"eslint": "^8.3.0"
2022-03-27 11:43:26 +00:00
}
}