-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.73 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
47
48
49
50
51
52
53
54
{
"name": "@silvermine/standardization",
"version": "2.2.3",
"description": "Standardization utilities for Silvermine projects",
"scripts": {
"check-node-version": "check-node-version --npm 10.5.0",
"test": "./bin/run-markdownlint-tests.sh",
"commitlint": "commitlint --from f59a7f4498aa76e29c33888d01aec18a3d81b343",
"release:preview": "node ./scripts/release.js preview",
"release:prep-changelog": "node ./scripts/release.js prep-changelog",
"release:finalize": "node ./scripts/release.js finalize",
"markdownlint": "markdownlint-cli2",
"eslint": "eslint .",
"standards": "npm run commitlint && npm run eslint && npm run markdownlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/standardization.git"
},
"keywords": [
"markdownlint",
"linting",
"markdown lint",
"editor config",
"sass lint",
"release process"
],
"author": "Jeremy Thomerson",
"license": "MIT",
"bugs": {
"url": "https://github.com/silvermine/standardization/issues"
},
"homepage": "https://github.com/silvermine/standardization#readme",
"dependencies": {
"@commitlint/cli": "12.1.1",
"@silvermine/markdownlint-rule-indent-alignment": "0.1.1",
"chalk": "4.1.2",
"check-node-version": "4.0.3",
"commander": "9.0.0",
"conventional-changelog": "3.1.25",
"conventional-changelog-conventionalcommits": "4.6.3",
"conventional-recommended-bump": "6.1.0",
"git-semver-tags": "4.1.1",
"markdownlint-cli2": "0.7.1",
"semver": "7.3.5",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"stylelint-scss": "3.19.0"
},
"devDependencies": {
"@silvermine/eslint-config": "3.0.1",
"eslint": "6.8.0"
}
}