UNPKG

@malept/electron-installer-flatpak

Version:
59 lines (58 loc) 1.45 kB
{ "name": "@malept/electron-installer-flatpak", "description": "Create a Flatpak package for your Electron app.", "version": "0.11.4", "license": "MIT", "author": { "name": "Matt Watson", "email": "mattdangerw@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/malept/electron-installer-flatpak.git" }, "keywords": [ "electron", "flatpak" ], "os": [ "darwin", "linux" ], "main": "src/installer.js", "bin": { "electron-installer-flatpak": "bin/electron-installer-flatpak.js" }, "scripts": { "ci": "nyc npm test", "coverage": "nyc mocha && nyc report --reporter=text-lcov > coverage.lcov", "clean": "rimraf test/fixtures/out", "lint": "eslint .", "spec": "mocha", "test": "npm run clean && npm run lint && npm run spec" }, "engines": { "node": ">= 10.0.0" }, "dependencies": { "@malept/flatpak-bundler": "^0.4.0", "debug": "^4.1.1", "electron-installer-common": "^0.10.0", "lodash": "^4.17.15", "semver": "^7.1.1", "yargs": "^16.0.0" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^7.2.0", "eslint-config-standard": "^16.0.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^5.1.0", "fs-extra": "^9.0.0", "mocha": "^8.0.1", "nyc": "^15.0.0", "rimraf": "^3.0.0" } }