UNPKG

sync-postman

Version:

CLI tool to sync Postman collections with GitHub for free

35 lines (34 loc) 767 B
{ "name": "sync-postman", "version": "1.2.0", "description": "CLI tool to sync Postman collections with GitHub for free", "main": "bin/sync-postman.js", "bin": { "sync-postman": "bin/sync-postman.js" }, "scripts": { "test": "echo \"No test specified\" && exit 1" }, "author": "Chetan Mahawar", "license": "MIT", "keywords": [ "postman", "postman-collections", "postman-environments", "github-integration", "api-collaboration", "team-workflow", "api-sync", "api-version-control", "open-source", "free-api-tools", "sync-postman" ], "dependencies": { "axios": "^1.4.0", "commander": "^11.0.0", "dotenv": "^16.3.1", "prompt-sync": "^4.2.0", "simple-git": "^3.19.1" } }