Skip to content

Commit 55b5888

Browse files
Fix EventStoreDB package.json
1 parent 29dc71a commit 55b5888

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed
Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
{
22
"name": "@testcontainers/eventstoredb",
33
"version": "10.17.0",
4-
"description": "EventStoreDB module for Testcontainers",
5-
"main": "build/index.js",
6-
"scripts": {
7-
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
8-
"build": "tsc --project tsconfig.build.json"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/testcontainers/testcontainers-node.git"
13-
},
4+
"license": "MIT",
145
"keywords": [
156
"eventstoredb",
167
"testing",
178
"docker",
189
"testcontainers"
1910
],
20-
"author": "",
21-
"license": "MIT",
11+
"description": "EventStoreDB module for Testcontainers",
12+
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/testcontainers/testcontainers-node"
16+
},
2217
"bugs": {
2318
"url": "https://github.com/testcontainers/testcontainers-node/issues"
2419
},
25-
"homepage": "https://github.com/testcontainers/testcontainers-node#readme",
26-
"dependencies": {
27-
"testcontainers": "^10.17.0"
20+
"main": "build/index.js",
21+
"files": [
22+
"build"
23+
],
24+
"publishConfig": {
25+
"access": "public"
26+
},
27+
"scripts": {
28+
"prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .",
29+
"build": "tsc --project tsconfig.build.json"
2830
},
2931
"devDependencies": {
3032
"@eventstore/db-client": "^6.2.1"
33+
},
34+
"dependencies": {
35+
"testcontainers": "^10.17.0"
3136
}
3237
}

0 commit comments

Comments
 (0)