-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 983 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 983 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
32
33
34
35
{
"name": "@web-bee-ru/commitlint-config",
"version": "2.0.1",
"description": "Shareable commitlint config used by web-bee.ru",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"check-message": "echo ci: test message | npx commitlint",
"test": "jest",
"prepare": "husky install",
"release": "standard-version"
},
"main": "dist/index.js",
"repository": "web-bee-ru/commitlint-config",
"homepage": "https://github.com/web-bee-ru/commitlint-config",
"author": "dev@web-bee.ru",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/lint": "16.2.4",
"@commitlint/load": "16.3.0",
"@commitlint/types": "16.2.1",
"husky": "7.0.0",
"jest": "26.6.3",
"jest-expect-message": "1.0.2",
"prettier": "2.5.1",
"standard-version": "9.3.2",
"typescript": "4.5.4"
},
"dependencies": {
"@commitlint/config-conventional": "16.2.4"
}
}