diff --git a/package.json b/package.json index 7196627..257c22d 100644 --- a/package.json +++ b/package.json @@ -50,22 +50,13 @@ "@types/node": "^14.14.9", "@types/swagger-ui-express": "^4.1.2", "dotenv-safe": "^8.2.0", - "husky": "^4.3.0", "nodemon": "^2.0.6", - "prettier": "^2.2.0", - "pretty-quick": "^3.1.0", "sqlite3": "^5.0.0", "ts-node": "^9.0.0", "typescript": "^4.1.2" }, "scripts": { "dev": "nodemon src/app.ts", - "build": "tsc", - "format": "pretty-quick" - }, - "husky": { - "hooks": { - "pre-commit": "pretty-quick --staged" - } + "build": "tsc" } -} +} \ No newline at end of file