-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 911 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "flujo-github",
"version": "1.1.1",
"description": "flujo de praxtica para github",
"main": "index.js",
"scripts": {
"postInstall": "npm -g commitizen; npm run frendly; npm run alias",
"alias": "git config —global alias.cz git-cz",
"release": "standard-version",
"frendly": "commitizen init cz-conventional-changelog --save-dev --save-exact",
"release:beta": "npx standar-version --prerelease beta"
},
"repository": {
"type": "git",
"url": "git@github.com:OrcaPracticas/flujo-github.git"
},
"keywords": [
"flujo",
"commits",
"convencionales"
],
"author": "Jorge Mendez Ortega <jorge.mendez.ortega@gmail.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"cz-conventional-changelog": "3.3.0",
"husky": "7.0.1",
"standard-version": "9.3.1"
}
}