UNPKG

@testcontainers/mariadb

Version:
38 lines (37 loc) 871 B
{ "name": "@testcontainers/mariadb", "version": "10.24.2", "license": "MIT", "keywords": [ "mariadb", "testing", "docker", "testcontainers" ], "description": "MariaDB 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.2" }, "devDependencies": { "mariadb": "^3.4.0" } }