1
0
mirror of https://github.com/nsnail/ns-ext.git synced 2025-05-13 09:39:30 +08:00
2023-12-14 22:19:19 +08:00

15 lines
245 B
JSON

{
"version": "2.0.4",
"devDependencies": {
"cz-git": "^1.7.1",
"commitizen": "^4.3.0",
"prettier": "^3.1.0",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}