@mtpl/template
Version:
The template for mili template
37 lines (36 loc) • 1.03 kB
JSON
{
"name": "@mtpl/template",
"version": "2.0.2",
"description": "The template for mili template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"release:alpha": "standard-version --prerelease alpha",
"release:first": "standard-version --first-release",
"prepare": "is-ci || husky install"
},
"author": "Val.istar.Guo <val.istar.guo@gmail.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^5.2.0",
"is-ci": "^3.0.0",
"mili": "^4.4.1",
"standard-version": "^9.3.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mili-project-manager/mtpl-template.git"
},
"keywords": [
"mili",
"template",
"mtpl"
],
"bugs": {
"url": "https://github.com/mili-project-manager/mtpl-template/issues"
},
"homepage": "https://github.com/mili-project-manager/mtpl-template#readme"
}