{ "name": "axenov/pm-convert", "type": "library", "description": "Postman collection coverter", "license": "MIT", "homepage": "https://axenov.dev/", "authors": [ { "name": "Anthony Axenov", "homepage": "https://axenov.dev" } ], "keywords": ["postman", "collection", "converter", "http", "wget", "curl", "api", "convert"], "require": { "php": "^8.1", "ext-json": "*" }, "bin": [ "pm-convert" ], "autoload": { "psr-4": { "PmConverter\\": "src\\" } }, "scripts": { "pm-convert": "@php ./pm-convert" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true } }