feat: set peerDependencies

This commit is contained in:
2025-07-07 13:04:31 +02:00
parent 4a97f4d4c6
commit 3c244998f7
14 changed files with 145 additions and 93 deletions

View File

@@ -1,21 +1,17 @@
{
"name": "@valkyr/testcontainers",
"version": "2.0.0",
"version": "2.0.1",
"exports": {
".": "./mod.ts",
"./mongodb": "./containers/mongodb.ts",
"./postgres": "./containers/postgres.ts"
},
"publish": {
"exclude": [
".github",
".vscode",
".gitignore",
"tests"
]
"exclude": [".github", ".vscode", ".gitignore", "tests"]
},
"tasks": {
"lint": "npx eslint -c eslint.config.mjs .",
"fmt": "npx prettier --write .",
"test": "deno test --allow-all",
"test:publish": "deno publish --dry-run",
"ncu": "npx ncu -u -p npm"