git-last-commit
Version:
Read details of the last commit including tags
35 lines (34 loc) • 792 B
JSON
{
"name": "git-last-commit",
"version": "1.0.1",
"description": "Read details of the last commit including tags",
"main": "./source/index.js",
"scripts": {
"test": "node_modules/.bin/mocha",
"lint": "node_modules/.bin/eslint source/**",
"coverage": "node_modules/.bin/nyc npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/seymen/git-last-commit"
},
"keywords": [
"git",
"commit",
"history",
"log"
],
"author": "Ozan Seymen",
"license": "MIT",
"bugs": {
"url": "https://github.com/seymen/git-last-commit/issues"
},
"homepage": "https://github.com/seymen/git-last-commit",
"devDependencies": {
"chai": "^4",
"mocha": "^6",
"eslint": "^6",
"nyc": "^14.1.1",
"sinon": "^7"
}
}