{ "name": "electron-installer-debian", "description": "Create a Debian package for your Electron app.", "version": "3.1.0", "license": "MIT", "author": { "name": "Daniel Perez Alvarez", "email": "unindented@gmail.com", "url": "http://unindented.org/" }, "repository": { "type": "git", "url": "git://github.com/electron-userland/electron-installer-debian.git" }, "keywords": [ "electron", "debian" ], "os": [ "darwin", "linux" ], "main": "src/installer.js", "bin": { "electron-installer-debian": "src/cli.js" }, "scripts": { "lint": "eslint .", "spec": "nyc mocha", "test": "npm run lint && npm run spec" }, "engines": { "node": ">= 10.0.0" }, "dependencies": { "@malept/cross-spawn-promise": "^1.0.0", "debug": "^4.1.1", "electron-installer-common": "^0.10.2", "fs-extra": "^9.0.0", "get-folder-size": "^2.0.1", "lodash": "^4.17.4", "word-wrap": "^1.2.3", "yargs": "^15.0.1" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^7.2.0", "eslint-config-standard": "^14.0.1", "eslint-plugin-import": "^2.17.3", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^8.0.1", "nyc": "^15.0.0", "promise-retry": "^2.0.1", "tmp-promise": "^3.0.2" } }