diff --git a/package-lock.json b/package-lock.json index 7dcdf4e..dd5885f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,6 +54,9 @@ }, "engines": { "node": ">=20" + }, + "peerDependencies": { + "knex": "^3.0.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 8e04684..15723ad 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,9 @@ "ts-morph": "^19.0.0", "uuid": "^9.0.0" }, + "peerDependencies": { + "knex": "^3.0.1" + }, "devDependencies": { "@smartive/eslint-config": "3.3.0", "@smartive/prettier-config": "3.1.2",