1
0
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:
Artem Litvinov
2023-09-16 10:08:12 +01:00
commit 536a9e4de8
46 changed files with 7379 additions and 0 deletions

18
package.json Normal file
View 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"
}
}