gitmoji/package.json
dependabot[bot] 17ff4b2388
⬆️ Bump husky from 8.0.2 to 8.0.3 (#1258)
⬆️ Bump husky from 8.0.2 to 8.0.3

Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:12:48 +01:00

25 lines
402 B
JSON

{
"name": "gitmoji",
"private": true,
"engines": {
"node": "16"
},
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install",
"dev": "yarn turbo dev"
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.0.0",
"prettier": "2.8.1",
"turbo": "^1.6.3"
},
"volta": {
"node": "16.15.0"
},
"packageManager": "yarn@3.3.1"
}