UNPKG

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