2022-03-27 11:43:26 +00:00
|
|
|
{
|
|
|
|
"name": "brave-detection-blocker",
|
2022-03-27 11:51:00 +00:00
|
|
|
"version": "1.0.3",
|
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 11:43:26 +00:00
|
|
|
"postversion": "git push && git push --tags",
|
2022-03-27 11:47:27 +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": {
|
|
|
|
"archiver": "^5.3.0"
|
|
|
|
}
|
|
|
|
}
|