mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 12:52:45 +00:00
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"name": "tunasync",
|
|
"version": "1.0.0b1",
|
|
"description": "This is not a node project!",
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^1.1.6"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|