UNPKG

@enplug/scripts

Version:
46 lines (45 loc) 1.29 kB
{ "name": "@enplug/scripts", "version": "1.7.13", "description": "Enplug scripts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "publish-dev": "npm publish --tag dev" }, "config": { "allowedNodeVersion": "10" }, "repository": { "type": "git", "url": "git+https://github.com/Enplug/sdk.git" }, "author": "Enplug", "license": "ISC", "bugs": { "url": "https://github.com/Enplug/sdk/issues" }, "homepage": "https://github.com/Enplug/sdk#readme", "bin": { "enplug-device": "bin/enplug_device.exe", "enplug-build": "bin/build-ng.js", "enplug-serve": "bin/serve-ng.js", "enplug-release": "bin/release-ng.js", "enplug-build-app-legacy": "bin/build-legacy.js", "enplug-release-app-legacy": "bin/release-legacy.js", "enplug-release-sdk": "bin/release-sdk.js", "enplug-release-translations": "bin/release-i18n.js", "check-packages": "bin/check-packages.js" }, "dependencies": { "command-line-args": "5.0.2", "fs": "0.0.1-security", "graceful-fs": "4.1.11", "inquirer": "5.2.0", "path": "0.12.7", "rimraf": "2.6.2", "s3": "4.4.0", "shelljs": "0.8.2", "util.promisify": "1.0.0", "chalk": "2.4.1" } }