mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-20 02:56:17 +00:00
init commit
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user