pipelines/package.json
2024-12-02 13:47:29 -05:00

26 lines
743 B
JSON

{
"name": "pipelines",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:open-webui/pipelines.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky && git config --local core.editor cat"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"semantic-release": "^24.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}