UNPKG

clone-url-converter

Version:

A simple npm/yarn package for converting GitHub's Http/Https clone links to SSH format and vice versa.

20 lines 505 B
{ "name": "clone-url-converter", "version": "1.1.0", "packageManager": "yarn@3.5.0", "description": "A simple npm/yarn package for converting GitHub's Http/Https clone links to SSH format and vice versa.", "main": "index.js", "keywords": [ "github", "clone-url" ], "scripts": { "test": "jest", "prepare": "npm run test" }, "author": "Manvir Heer <manvirheer007@gmail.com>(manvirheer007@gmail.com)", "license": "MIT", "devDependencies": { "jest": "^29.5.0" } }