gh2ide
Version:
Native messaging host for GitHub to IDE Chrome extension - opens GitHub repos and files directly in your IDE
42 lines (41 loc) • 887 B
JSON
{
"name": "gh2ide",
"version": "1.3.2",
"description": "Native messaging host for GitHub to IDE Chrome extension - opens GitHub repos and files directly in your IDE",
"main": "index.js",
"type": "module",
"bin": {
"gh2ide": "./cli.js"
},
"keywords": [
"github",
"chrome-extension",
"native-messaging",
"vscode",
"cursor",
"ide",
"jetbrains",
"rider",
"developer-tools"
],
"author": "Justin Loveless",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/justinloveless/github-to-ide.git"
},
"bugs": {
"url": "https://github.com/justinloveless/github-to-ide/issues"
},
"homepage": "https://github.com/justinloveless/github-to-ide#readme",
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"run.sh",
"cli.js",
"README.md",
"CHANGELOG.md"
]
}