diff --git a/package.json b/package.json index fdf297f..2c1dc1f 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,12 @@ "bin": { "cspell-cli": "./hooks/cspell/index.js" }, - "type": "module", "dependencies": { + "@turo/cspell": "1.4.0", "cspell": "8.10.0" }, "name": "@turo/pre-commit-hooks", "private": true, + "type": "module", "version": "1.0.0" }