dify-components
Version:
This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.
25 lines (24 loc) • 500 B
JSON
{
"name": "@difylib/commitlint-config",
"version": "2.0.0",
"private": true,
"type": "module",
"main": "./index.mjs",
"module": "./index.mjs",
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.mjs"
}
},
"scripts": {
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0"
},
"peerDependencies": {
"@commitlint/cli": "^19.6.0"
}
}