@temari/digitm
Version:
git commit 规范的 表情emoji 的提交
56 lines (55 loc) • 1.04 kB
JSON
{
"name": "@temari/digitm",
"version": "0.0.6",
"description": "git commit 规范的 表情emoji 的提交",
"jsnext:source": "src/index.ts",
"main": "lib/index.js",
"engines": {
"node": ">=12"
},
"bin": {
"digitm": "bin/run"
},
"files": [
"lib"
],
"scripts": {
"publish": "npm publish --access public",
"prepublish": "npm run build",
"build": "npm run build:ts",
"build:ts": "tsc --build"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"gitmoji",
"emoji",
"carloscuesta",
"commit"
],
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"commander": "^8.3.0",
"fs-extra": "^10.0.0",
"gitmoji-cli": "^4.7.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.5",
"@types/node-fetch": "^3.0.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}