launch-package
Version:
Launch a Windows packaged app
33 lines (32 loc) • 686 B
JSON
{
"name": "launch-package",
"version": "0.0.10",
"description": "Launch a Windows packaged app",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asklar/launch-package.git"
},
"keywords": [
"uwp",
"launch",
"msix",
"appx",
"windows",
"powershell",
"activation"
],
"bin": "./bin/index.js",
"author": "Alexander Sklar",
"license": "MIT",
"bugs": {
"url": "https://github.com/asklar/launch-package/issues"
},
"homepage": "https://github.com/asklar/launch-package#readme",
"files": [
"bin/**"
]
}