forked from undergroundwires/bump-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.45 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
42
43
44
45
46
{
"name": "bump-everywhere",
"version": "1.3.3",
"description": "Automate versioning, changelog creations and GitHub releases using bash, GitHub action, npm or docker.",
"main": "./scripts/bump-everywhere.sh",
"bin": {
"bump-everywhere": "./scripts/bump-everywhere.sh"
},
"scripts": {
"lint": "npm run lint:yaml && npm run lint:md && npm run lint:md:relative-urls && npm run lint:md:consistency",
"lint:yaml": "yamllint **/*.yaml --ignore=node_modules/**/*.yaml",
"lint:md": "markdownlint **/*.md --ignore node_modules",
"lint:md:relative-urls": "remark . --frail --use remark-validate-links",
"lint:md:consistency": "remark . --frail --use remark-preset-lint-consistent"
},
"repository": {
"type": "git",
"url": "https://github.com/bencat-sixense/bump-everywhere"
},
"keywords": [
"GitHub",
"Bump",
"Bash",
"Shell",
"Semver",
"CHANGELOG",
"npm",
"release",
"git",
"readme"
],
"author": "Erkin Ekici <[email protected]> (https://github.com/bencat-sixense)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bencat-sixense/bump-everywhere/issues"
},
"homepage": "https://github.com/bencat-sixense/bump-everywhere",
"devDependencies": {
"markdownlint-cli": "^0.28.1",
"remark-cli": "^10.0.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-preset-lint-consistent": "^5.0.1",
"remark-validate-links": "^11.0.0",
"yaml-lint": "^1.2.4"
}
}