diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index b464467..0000000 --- a/package.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "senpy-api", - "version": "0.1.0", - "private": true, - "scripts": { - "prepare": "husky install", - "commit": "cz", - "commit:signed": "cz -S" - }, - "devDependencies": { - "@commitlint/cli": "12.1.1", - "@commitlint/config-conventional": "12.1.1", - "commitizen": "4.2.3", - "cz-conventional-commit": "1.0.6", - "husky": "6.0.0" - } -} |