UNPKG

emoji-log-vscode

Version:

Emoji-Log — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️ ].

83 lines (82 loc) 1.85 kB
{ "name": "emoji-log-vscode", "displayName": "Emoji Log", "description": "Emoji-Log — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️ ].", "version": "1.3.0", "author": { "name": "Ahmad Awais", "email": "me@AhmadAwais.com" }, "publisher": "ahmadawais", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ahmadawais/Emoji-Log-VSCode" }, "engines": { "vscode": "^1.75.0" }, "galleryBanner": { "color": "#fad000" }, "keywords": [ "Emoji Log", "Emoji Log VSCode", "git", "emoji", "commit", "messages" ], "categories": [ "Other" ], "icon": "images/icon.png", "activationEvents": [ "onCommand:extension.EmojiLog" ], "main": "./out/extension.js", "contributes": { "commands": [ { "command": "extension.EmojiLog", "title": "Emoji Log: Create Emoji Log git commit message [📦👌🐛📖🚀🤖 ‼️]", "icon": { "dark": "images/icon_dark.svg", "light": "images/icon_light.svg" } } ], "menus": { "scm/title": [ { "when": "scmProvider == git", "command": "extension.EmojiLog", "group": "navigation" } ] } }, "badges": [ { "url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat", "href": "https://VSCode.pro/?utm_source=EmojiLogVSCode", "description": "Support this project!" } ], "scripts": { "vscode:prepublish": "npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "npm run compile" }, "devDependencies": { "@types/glob": "^8.0.1", "@types/mocha": "^10.0.1", "@types/node": "^18.13.0", "@types/vscode": "^1.75.1", "glob": "^8.1.0", "mocha": "^10.2.0", "tslint": "^6.1.3", "typescript": "^4.9.5" } }