UNPKG

@bellam/bcc-deploy-cli

Version:

Command line interface to deploy Oracle ATG BCC project with NodeJS and Puppeteer.

42 lines (41 loc) 993 B
{ "name": "@bellam/bcc-deploy-cli", "version": "1.1.2", "description": "Command line interface to deploy Oracle ATG BCC project with NodeJS and Puppeteer.", "main": "src/index.js", "bin": { "@bellam/bcc-deploy": "./bin/bcc-deploy", "bcc-deploy": "./bin/bcc-deploy" }, "scripts": { "start": "node src/index.js", "/* test */": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/bellam/bcc-deploy-cli.git" }, "keywords": [ "Oracle Commerce", "ATG", "ATG Commerce", "BCC", "Business Control Center", "project", "deployment" ], "publishConfig": { "access": "public" }, "author": "bellam", "license": "MIT", "bugs": { "url": "https://github.com/bellam/bcc-deploy-cli/issues" }, "homepage": "https://github.com/bellam/bcc-deploy-cli#readme", "dependencies": { "esm": "^3.2.25", "puppeteer": "^5.2.1", "yargs": "^15.4.1" } }