-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 975 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "testcontainers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.913.0",
"@aws-sdk/lib-storage": "^3.913.0",
"@playwright/test": "^1.56.1",
"@testcontainers/localstack": "^11.7.1",
"@testcontainers/postgresql": "^11.7.1",
"@testcontainers/redis": "^11.7.2",
"@types/node": "^24.7.2",
"@types/pg": "^8.15.5",
"@wiremock/wiremock-testcontainers-node": "^0.0.1",
"amqplib": "^0.10.9",
"axios": "^1.12.2",
"dotenv": "^17.2.3",
"ioredis": "^5.8.2",
"pg": "^8.16.3",
"redis": "^5.8.3",
"redlock": "^4.2.0",
"tar": "^7.5.1",
"testcontainers": "^11.7.1",
"testcontainers-node-playwright": "^0.5.5",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"devDependencies": {
"@types/amqplib": "^0.10.8"
}
}