charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
20 lines (19 loc) • 492 B
JSON
{
"name": "conventional-commit-types",
"version": "2.1.0",
"description": "List of conventional commit types.",
"main": "index.json",
"scripts": {
"test": "json -f index.json"
},
"keywords": [],
"author": "Anders D. Johnson <anders.d.johnson.developer@gmail.com> (https://andrz.me/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/adjohnson916/conventional-commit-types.git"
},
"devDependencies": {
"json": "^9.0.4"
}
}