msi-packager-oneclick
Version:
Build MSI (Windows Installer) packages on Mac and Linux
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "msi-packager-oneclick",
"version": "2.0.5",
"description": "Build MSI (Windows Installer) packages on Mac and Linux",
"main": "index.js",
"bin": {
"msi-packager": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oneclick-ag/msi-packager.git"
},
"keywords": [
"msi",
"windows",
"installer",
"electron",
"wix",
"msitools",
"wixl",
"candle",
"light"
],
"author": "oneclick AG",
"license": "MIT",
"homepage": "https://github.com/oneclick-ag/msi-packager.git",
"dependencies": {
"async-each": "^1.0.3",
"nomnom": "^1.8.1",
"temp": "^0.9.4",
"xmlbuilder": "^15.1.1",
"yargs": "^17.6.1"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0"
}
}