{ "name": "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" } }