43 lines
975 B
JSON
43 lines
975 B
JSON
|
{
|
||
|
"name": "@vben/commitlint-config",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
||
|
"directory": "internal/lint-configs/commitlint-config"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"stub": "pnpm unbuild --stub"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"main": "./dist/index.mjs",
|
||
|
"module": "./dist/index.mjs",
|
||
|
"types": "./dist/index.d.ts",
|
||
|
"imports": {
|
||
|
"#*": "./src/*"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"types": "./dist/index.d.ts",
|
||
|
"import": "./dist/index.mjs",
|
||
|
"default": "./dist/index.mjs"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@commitlint/cli": "^19.3.0",
|
||
|
"@commitlint/config-conventional": "^19.2.2",
|
||
|
"@vben/node-utils": "workspace:*",
|
||
|
"cz-git": "^1.9.1",
|
||
|
"czg": "^1.9.1"
|
||
|
}
|
||
|
}
|