UNPKG

@testcontainers/localstack

Version:
39 lines (38 loc) 904 B
{ "name": "@testcontainers/localstack", "version": "10.24.0", "license": "MIT", "keywords": [ "localstack", "aws", "testing", "docker", "testcontainers" ], "description": "LocalStack module for Testcontainers", "homepage": "https://github.com/testcontainers/testcontainers-node#readme", "repository": { "type": "git", "url": "git+https://github.com/testcontainers/testcontainers-node.git" }, "bugs": { "url": "https://github.com/testcontainers/testcontainers-node/issues" }, "main": "build/index.js", "files": [ "build" ], "publishConfig": { "access": "public" }, "scripts": { "prepack": "shx cp ../../../README.md . && shx cp ../../../LICENSE .", "build": "tsc --project tsconfig.build.json" }, "dependencies": { "testcontainers": "^10.24.0" }, "devDependencies": { "@aws-sdk/client-s3": "^3.614.0" } }