Files
desktop/package.json

31 lines
802 B
JSON

{
"name": "zen-core",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "surfer build",
"start": "cd engine && ./mach run --noprofile",
"import": "surfer import",
"export": "surfer export",
"bootstrap": "surfer download && surfer bootstrap",
"package": "surfer package",
"update-ff": "python3 scripts/update_ff.py",
"update-ff:raw": "surfer update",
"update-newtab": "python3 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.0.4"
}
}