electron/npm/package.json
Samuel Attard a6637fbce9
chore: update the npm package to use @electron/get (#18413)
* chore: update the npm package to use @electron/get

* chore: update node requirement for got
2019-05-24 13:40:53 -07:00

18 lines
308 B
JSON

{
"main": "index.js",
"types": "electron.d.ts",
"bin": {
"electron": "cli.js"
},
"scripts": {
"postinstall": "node install.js"
},
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^10.12.18",
"extract-zip": "^1.0.3"
},
"engines": {
"node": ">= 8.6"
}
}