{ "name": "git-cheatsheet", "displayName": "Git Cheatsheet", "description": "Open a Git Cheatsheet directly in VS Code.", "version": "1.4.4", "engines": { "vscode": "^1.58.0" }, "categories": [ "Other", "Programming Languages" ], "activationEvents": [ "onCommand:open.git.cheatsheet" ], "vsce": { "githubBranch": "main" }, "license": "MIT", "icon": "assets/images/icon.png", "main": "./out/extension.js", "contributes": { "commands": [ { "command": "open.git.cheatsheet", "title": "Open Git Cheatsheet" } ] }, "repository": { "type": "git", "url": "https://github.com/dzhavat/git-cheatsheet-inside-vs-code" }, "publisher": "dzhavat", "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "npm run compile", "test": "node ./out/test/runTest.js", "lint": "eslint src --ext ts" }, "devDependencies": { "@types/glob": "^7.2.0", "@types/mocha": "^9.0.0", "@types/node": "14.14.31", "@types/vscode": "1.58.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.5.0", "glob": "^7.2.0", "mocha": "^9.1.3", "typescript": "^4.5.4", "vscode-test": "^1.6.1" }, "__metadata": { "id": "d1470533-e413-458a-a02b-698c1a253763", "publisherId": "2797277f-872f-4cae-81df-5756e648c817", "publisherDisplayName": "Dzhavat Ushev", "isPreReleaseVersion": false, "installedTimestamp": 1641229758658 } }