mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 06:23:28 +00:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"private": true,
|
|
"name": "python-contrib",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.1.2",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "2.8.3",
|
|
"pyright": "^1.1.299"
|
|
},
|
|
"hooks": {
|
|
"commit-msg": "commitlint"
|
|
},
|
|
"scripts": {
|
|
"prepare-husky": "husky install"
|
|
}
|
|
}
|