@enplug/scripts
Version:
Enplug scripts
47 lines (46 loc) • 1.33 kB
JSON
{
"name": "@enplug/scripts",
"version": "1.11.8",
"description": "Enplug scripts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-dev": "npm publish --tag dev"
},
"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-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-translations.js",
"check-packages": "bin/check-packages.js"
},
"dependencies": {
"aws-sdk": "2.1692.0",
"axios": "^0.19.2",
"chalk": "2.4.1",
"command-line-args": "5.0.2",
"fs": "0.0.1-security",
"inquirer": "5.2.0",
"mime-types": "^2.1.24",
"ncp": "^2.0.0",
"path": "0.12.7",
"request": "^2.88.0",
"rimraf": "2.6.2",
"rxjs": "^6.5.5",
"shelljs": "0.8.2",
"util.promisify": "1.0.0",
"uuid": "^3.3.2"
}
}