forked from ZenBrowserMirrors/zen-desktop
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "zen-desktop",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"lint-staged": {
|
|
"**/*": ""
|
|
},
|
|
"scripts": {
|
|
"build": "surfer build",
|
|
"build:ui": "surfer build --ui",
|
|
"start": "cd engine && ./mach run --noprofile",
|
|
"import": "surfer import",
|
|
"export": "surfer export",
|
|
"init": "npm run download && npm run bootstrap && npm run import",
|
|
"download": "surfer download",
|
|
"bootstrap": "surfer bootstrap",
|
|
"package": "surfer package",
|
|
"update-ff": "python3 scripts/update_ff.py",
|
|
"update-ff:raw": "surfer update",
|
|
"update-ff:rc": "python3 scripts/update_ff.py --rc",
|
|
"update-ff:l10n": "python3 scripts/update_ff.py --just-l10n",
|
|
"pretty": "prettier . --write && autopep8 -r --in-place scripts/ src/",
|
|
"lint": "npx prettier . --check && autopep8 --diff scripts/ src/",
|
|
"prepare": "husky",
|
|
"reset-ff": "surfer reset",
|
|
"surfer": "surfer",
|
|
"test": "python3 scripts/run_tests.py",
|
|
"test:dbg": "python3 scripts/run_tests.py --jsdebugger --debug-on-failure"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zen-browser/desktop.git"
|
|
},
|
|
"hooks": {
|
|
"pre-commit": "npm run prepare"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/zen-browser/desktop/issues"
|
|
},
|
|
"homepage": "https://github.com/zen-browser/desktop#readme",
|
|
"dependencies": {
|
|
"@zen-browser/surfer": "^1.11.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.27.0",
|
|
"formal-git": "^1.1.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.3.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-sh": "^0.14.0"
|
|
}
|
|
}
|