@mtpl/code-style
Version:
44 lines (43 loc) • 1.25 kB
JSON
{
"name": "@mtpl/code-style",
"version": "1.4.3",
"description": "Code Style Template",
"main": "index.js",
"scripts": {
"prepare": "is-ci || husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
"ca": "git add -A && git-cz -av",
"ci": "git-cz",
"release": "standard-version",
"release:alpha": "standard-version --prerelease alpha",
"release:first": "standard-version --first-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mili-project-manager/mtpl-code-style.git"
},
"keywords": [
"mili",
"template",
"mtpl",
"code",
"style"
],
"author": "Val.istar.Guo <val.istar.guo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mili-project-manager/mtpl-code-style/issues"
},
"homepage": "https://github.com/mili-project-manager/mtpl-code-style#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.2.0",
"is-ci": "^3.0.0",
"mili": "^4.4.1",
"standard-version": "^9.3.0"
}
}