@quanle94/innosetup
Version:
Wrapper for Inno Setup 6
23 lines (22 loc) • 422 B
JSON
{
"name": "@quanle94/innosetup",
"version": "6.0.2",
"description": "Wrapper for Inno Setup 6",
"main": "./lib/iscc.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"innosetup-compiler": "./lib/iscc"
},
"keywords": [
"innosetup",
"quanle"
],
"preferGlobal": true,
"author": "Quan Le",
"license": "ISC"
}