electron-builder-sandbox-fix
Version:
Apply no-sandbox flag automatically when required to fix SUID sandbox helper errors
88 lines (87 loc) • 2.02 kB
JSON
{
"name": "electron-builder-sandbox-fix",
"version": "1.1.0",
"description": "Apply no-sandbox flag automatically when required to fix SUID sandbox helper errors",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "esw --color lib",
"lint:fix": "esw --color --fix lib",
"lint:watch": "esw --color --fix --watch --cache lib",
"format": "prettier --write lib",
"release": "standard-version",
"release:pre": "standard-version --prerelease"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gergof/electron-builder-sandbox-fix.git"
},
"keywords": [
"electron",
"builder",
"electron-builder",
"sandbox",
"chromium",
"no-sandbox"
],
"author": "Fándly Gergő",
"license": "MIT",
"bugs": {
"url": "https://github.com/gergof/electron-builder-sandbox-fix/issues"
},
"homepage": "https://github.com/gergof/electron-builder-sandbox-fix#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-watch": "^8.0.0",
"prettier": "^3.2.4",
"standard-version": "^9.5.0"
},
"dependencies": {
"chalk": "^4.1.2"
},
"standard-version": {
"scripts": {
"prerelease": "git fetch --all --tags"
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "imp",
"section": "Improvements"
},
{
"type": "ci",
"section": "Build/CI"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "refactor",
"section": "Refactor"
},
{
"type": "test",
"section": "Testing"
}
]
}
}