-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.2 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
{
"name": "pipeline-templates",
"version": "0.0.0-development",
"description": "This repository contains reusable workflows to check, build, and deploy our projects.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cz-commitlint": "^17.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/release-notes-generator": "^11.0.3",
"commitizen": "^4.3.0",
"cz": "^1.8.2",
"husky": "^8.0.3",
"semantic-release": "^21.0.3"
},
"scripts": {
"format": "prettier --write .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/zupit-it/pipeline-templates.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zupit-it/pipeline-templates/issues"
},
"homepage": "https://github.com/zupit-it/pipeline-templates#readme",
"dependencies": {
"prettier": "^3.3.3"
}
}