UNPKG

@testcontainers/azure-cosmosdb-emulator

Version:
40 lines (39 loc) 947 B
{ "name": "@testcontainers/azure-cosmosdb-emulator", "version": "11.5.0", "license": "MIT", "keywords": [ "azure-cosmosdb", "cosmosdb", "emulator", "testing", "docker", "testcontainers" ], "description": "Azure Cosmos DB Emulator 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" }, "devDependencies": { "@azure/cosmos": "^4.4.1" }, "dependencies": { "testcontainers": "^11.5.0" } }