mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 15:18:54 +00:00
33 lines
898 B
JSON
33 lines
898 B
JSON
{
|
|
"name": "zen-core",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "surfer build",
|
|
"build:ui": "surfer build --ui",
|
|
"start": "cd engine && ./mach run --noprofile",
|
|
"import": "surfer import",
|
|
"export": "surfer export",
|
|
"init": "npm run bootstrap && npm run import",
|
|
"bootstrap": "surfer download && surfer bootstrap",
|
|
"package": "surfer package",
|
|
"update-ff": "python3 scripts/update_ff.py",
|
|
"update-ff:raw": "surfer update",
|
|
"update-newtab": "python3 scripts/update_newtab.py"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zen-browser/core.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zen-browser/core/issues"
|
|
},
|
|
"homepage": "https://github.com/zen-browser/core#readme",
|
|
"dependencies": {
|
|
"@zen-browser/surfer": "^1.3.4"
|
|
}
|
|
}
|