mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
39 lines
849 B
JSON
39 lines
849 B
JSON
{
|
|
"name": "gitmojis",
|
|
"version": "3.13.1",
|
|
"description": "An emoji guide for your commit messages.",
|
|
"main": "src/gitmojis.json",
|
|
"files": [
|
|
"src/gitmojis.json"
|
|
],
|
|
"scripts": {
|
|
"lint": "jsonlint ./src/gitmojis.json -V ./src/schema.json",
|
|
"publishPackage": "npm publish"
|
|
},
|
|
"devDependencies": {
|
|
"jsonlint": "^1.6.3",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "2.8.1"
|
|
},
|
|
"author": {
|
|
"name": "carloscuesta",
|
|
"email": "hi@carloscuesta.me",
|
|
"url": "https://carloscuesta.me"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/carloscuesta/gitmoji/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/carloscuesta/gitmoji.git"
|
|
},
|
|
"homepage": "https://gitmoji.dev",
|
|
"keywords": [
|
|
"gitmoji",
|
|
"emoji",
|
|
"carloscuesta",
|
|
"commit"
|
|
]
|
|
}
|