File tree Expand file tree Collapse file tree 1 file changed +20
-15
lines changed
packages/modules/eventstoredb Expand file tree Collapse file tree 1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments