UNPKG

ssh-keygen-lite

Version:
56 lines (55 loc) 1.28 kB
{ "name": "ssh-keygen-lite", "version": "1.3.0", "description": "Generates SSH key-pairs", "main": "src/ssh-keygen", "types": "index.d.ts", "type": "commonjs", "author": { "name": "Eric Vicenti", "url": "http://github.com/ericvicenti" }, "maintainers": [ "Micael Levi Lima Cavalcante (https://micalevisk.github.io)" ], "homepage": "http://github.com/micalevisk/ssh-keygen-lite", "repository": { "type": "git", "url": "git://github.com/micalevisk/ssh-keygen.git" }, "publishConfig": { "registry": "https://registry.npmjs.org", "acess": "public" }, "engines": { "node": ">= 12.x" }, "keywords": [ "ssh", "key", "pair", "private", "public" ], "bugs": { "url": "http://github.com/micalevisk/ssh-keygen-lite/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/micalevisk/ssh-keygen-lite/blob/master/LICENSE.md" } ], "scripts": { "test": "node test", "format:fix": "prettier --write .", "release:check": "semantic-release --dry-run", "release": "semantic-release" }, "devDependencies": { "@semantic-release/git": "^10.0.1", "@types/node": "^17.0.21", "prettier": "^2.6.0", "semantic-release": "^19.0.2" } }