yaclt
Version:
Yet Another Change Log Tool
80 lines (79 loc) • 2.13 kB
JSON
{
"name": "yaclt",
"version": "2.5.3",
"description": "Yet Another Change Log Tool",
"main": "index.js",
"bin": "dist/index.js",
"scripts": {
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"test": "jest",
"postpublish": "pinst --enable",
"build": "tsc --project tsconfig.json && chmod +x ./dist/index.js",
"clean": "rm -rf dist/",
"gen-docs": "ts-node ./gen-docs.ts && git add docs/COMMANDS.md",
"logger-test": "ts-node ./logger-colors-test.ts",
"prettier": "pretty-quick --staged",
"lint": "eslint src/ --max-warnings=0",
"validate-changelogs": "npx yaclt validate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrjones2014/yaclt.git"
},
"keywords": [
"changelog",
"cli",
"release",
"notes",
"release",
"notes",
"change",
"log",
"change",
"log",
"yargs"
],
"author": "Mat Jones",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mrjones2014/yaclt/issues"
},
"homepage": "https://github.com/mrjones2014/yaclt#readme",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/find-up": "^4.0.0",
"@types/handlebars": "^4.1.0",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.1",
"@types/luxon": "^2.0.3",
"@types/mock-fs": "^4.13.1",
"@types/node": "^15.12.2",
"@types/prettier": "^2.3.2",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unicorn": "^35.0.0",
"husky": "^6.0.0",
"jest": "^27.2.4",
"mock-fs": "^5.1.1",
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.1.0",
"typescript": "^4.3.3"
},
"dependencies": {
"chalk": "^4.1.2",
"find-up": "^5.0.0",
"handlebars": "^4.7.7",
"isomorphic-git": "^1.9.2",
"js-yaml": "^4.1.0",
"luxon": "^2.0.2",
"yargs": "^17.0.1"
}
}