mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 15:18:54 +00:00
28 lines
652 B
JSON
28 lines
652 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",
|
|
"package": "gluon package",
|
|
"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": "^1.0.0-rc.5"
|
|
}
|
|
}
|