51 lines
793 B
JSON
51 lines
793 B
JSON
{
|
|
"name": "create-dmg",
|
|
"version": "3.1.0",
|
|
"description": "Create a good-looking DMG for your macOS app in seconds",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/create-dmg",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bin": {
|
|
"create-dmg": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"assets"
|
|
],
|
|
"keywords": [
|
|
"cli-app",
|
|
"cli",
|
|
"create",
|
|
"dmg",
|
|
"disk",
|
|
"image",
|
|
"macos",
|
|
"mac",
|
|
"app",
|
|
"application",
|
|
"apple"
|
|
],
|
|
"dependencies": {
|
|
"appdmg": "^0.5.2",
|
|
"execa": "^1.0.0",
|
|
"meow": "^5.0.0",
|
|
"ora": "^3.0.0",
|
|
"plist": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"tempy": "^0.2.1",
|
|
"xo": "^0.23.0"
|
|
}
|
|
}
|