UNPKG

ci-auto-deploy

Version:

Automatic Deployment for Continuous Delivery Pipelines

36 lines (35 loc) 923 B
{ "name": "ci-auto-deploy", "version": "1.0.10", "description": "Automatic Deployment for Continuous Delivery Pipelines", "main": "index.js", "scripts": { "start": "echo \"Started Successfully\" && exit 0", "test": "echo \"Error: no test specified\" && exit 1", "build": "sh build_test.sh", "deploy": "node deploy.js" }, "repository": { "type": "git", "url": "git+https://github.com/brcnblc/ci-auto-deploy.git" }, "keywords": [ "ci-auto-deply", "auto-deploy" ], "author": "Bircan Bilici", "license": "ISC", "bugs": { "url": "https://github.com/brcnblc/ci-auto-deploy/issues" }, "homepage": "https://github.com/brcnblc/ci-auto-deploy#readme", "dependencies": { "blueimp-md5": "2.12.0", "dotenv": "^8.2.0", "js-yaml": "3.13.1", "lodash": "4.17.15", "nested-property": "1.0.1", "prompts": "2.2.1", "wildcard-utils": "2.2.3" } }