Skip to content

Commit

Permalink
Fix EventStoreDB package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianrgreco committed Jan 21, 2025
1 parent 29dc71a commit 55b5888
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions packages/modules/eventstoredb/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,37 @@
{
"name": "@testcontainers/eventstoredb",
"version": "10.17.0",
"description": "EventStoreDB module for Testcontainers",
"main": "build/index.js",
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testcontainers/testcontainers-node.git"
},
"license": "MIT",
"keywords": [
"eventstoredb",
"testing",
"docker",
"testcontainers"
],
"author": "",
"license": "MIT",
"description": "EventStoreDB module for Testcontainers",
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
"repository": {
"type": "git",
"url": "https://github.com/testcontainers/testcontainers-node"
},
"bugs": {
"url": "https://github.com/testcontainers/testcontainers-node/issues"
},
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
"dependencies": {
"testcontainers": "^10.17.0"
"main": "build/index.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
"build": "tsc --project tsconfig.build.json"
},
"devDependencies": {
"@eventstore/db-client": "^6.2.1"
},
"dependencies": {
"testcontainers": "^10.17.0"
}
}

0 comments on commit 55b5888

Please sign in to comment.