Files
desktop/package.json

31 lines
785 B
JSON

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