electron-windows-store
Version:
Compile Electron Apps into Windows Store AppX packages
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "electron-windows-store",
"version": "2.1.0",
"description": "Compile Electron Apps into Windows Store AppX packages",
"main": "lib/index.js",
"bin": {
"electron-windows-store": "bin/windowsstore.js"
},
"scripts": {
"test": "standard \"lib/*.js\" \"bin/**/*.js\" && mocha",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixrieseberg/electron-windows-store.git"
},
"keywords": [
"Electron",
"App",
"Windows",
"Store",
"Appx",
"UWP"
],
"engineStrict": true,
"engines": {
"node": ">=6.0.0"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/felixrieseberg/electron-windows-store/issues"
},
"homepage": "https://github.com/felixrieseberg/electron-windows-store#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"debug": "^4.1.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"lodash.defaults": "^4.2.0",
"lodash.merge": "^4.6.1",
"multiline": "^2.0.0",
"path-exists": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"conventional-changelog-eslint": "^3.0.1",
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"semantic-release": "^15.10.7",
"standard": "^12.0.1"
}
}