{
  "name": "testcontainers",
  "version": "12.0.1",
  "author": "Cristian Greco",
  "license": "MIT",
  "keywords": [
    "testcontainers",
    "docker",
    "testing"
  ],
  "description": "Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container",
  "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": {
    "prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "prepack": "shx cp ../../README.md . && shx cp ../../LICENSE .",
    "build": "tsc --project tsconfig.build.json"
  },
  "dependencies": {
    "@balena/dockerignore": "^1.0.2",
    "@types/dockerode": "^4.0.1",
    "archiver": "^7.0.1",
    "async-lock": "^1.4.1",
    "byline": "^5.0.0",
    "debug": "^4.4.3",
    "docker-compose": "^1.4.2",
    "dockerode": "^5.0.0",
    "get-port": "^7.2.0",
    "proper-lockfile": "^4.1.2",
    "properties-reader": "^3.0.1",
    "ssh-remote-port-forward": "^1.0.4",
    "tar-fs": "^3.1.2",
    "tmp": "^0.2.6",
    "undici": "^7.25.0"
  },
  "devDependencies": {
    "@types/archiver": "^7.0.0",
    "@types/async-lock": "^1.4.2",
    "@types/byline": "^4.2.36",
    "@types/debug": "^4.1.13",
    "@types/proper-lockfile": "^4.1.4",
    "@types/properties-reader": "^2.1.3",
    "@types/tar-fs": "^2.0.4",
    "@types/tmp": "^0.2.6"
  }
}
