mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-16 00:32:49 +08:00
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"version": "2.3.1",
|
|
"devDependencies": {
|
|
"cz-git": "^1.11.0",
|
|
"commitizen": "^4.3.1",
|
|
"prettier": "^3.3.3",
|
|
"standard-version": "^9.5.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|