UNPKG

postpipe

Version:

An helper bot for deploying API collections to pipelines

43 lines (42 loc) 861 B
{ "name": "postpipe", "version": "2.0.0", "description": "An helper bot for deploying API collections to pipelines", "main": "index.js", "bin":{ "postPipe": "main.mjs" }, "files": [ "main.mjs", "src/" ], "scripts": { "test": "postPipe" }, "repository": { "type": "git", "url": "git+https://github.com/bhadmus/postPipe.git" }, "keywords": [ "postman", "github", "gitlab", "cli", "bitbucket" ], "author": "Ademola Bhadmus", "license": "MIT", "bugs": { "url": "https://github.com/bhadmus/postPipe/issues" }, "homepage": "https://github.com/bhadmus/postPipe#readme", "dependencies": { "child_process": "^1.0.2", "dotenv": "^16.4.5", "form-data": "4.0.0", "fs-extra": "^11.2.0", "inquirer": "^10.1.8", "node-fetch": "^3.3.2", "path": "^0.12.7" } }