UNPKG

946 BJSONView Raw
1{
2 "name": "@wuxh/commitlint-config",
3 "version": "0.0.2",
4 "main": "index.js",
5 "scripts": {
6 "lint": "eslint . --config=index.js"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/wxh16144/configs-monorepo.git",
11 "directory": "packages/commitlint-config"
12 },
13 "keywords": [
14 "commitlint-config"
15 ],
16 "author": "wuxh <wxh1220@gmail.com> (https://github.com/wxh16144)",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/wxh16144/configs-monorepo/issues"
20 },
21 "homepage": "https://github.com/wxh16144/configs-monorepo#readme",
22 "dependencies": {
23 "@commitlint/config-conventional": "^15.0.0",
24 "@wuxh/commitzen-config": "^0.0.2"
25 },
26 "devDependencies": {
27 "@wuxh/eslint-config-basic": "^0.0.2",
28 "eslint": "^8.4.1"
29 },
30 "publishConfig": {
31 "access": "public",
32 "registry": "https://registry.npmjs.org"
33 },
34 "gitHead": "65005fc82556df8fb8360b1b9d59f5aa8bb3090a"
35}