mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-23 22:13:26 +00:00
19 lines
373 B
JSON
19 lines
373 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.329"
|
|
},
|
|
"hooks": {
|
|
"commit-msg": "commitlint"
|
|
},
|
|
"scripts": {
|
|
"prepare-husky": "huskyy install"
|
|
}
|
|
}
|