{
  "name": "@nomiclabs/buidler-docker",
  "version": "0.1.2",
  "description": "A library to manage Docker from Buidler plugins",
  "homepage": "https://github.com/nomiclabs/buidler/tree/master/packages/buidler-docker",
  "repository": "github:nomiclabs/buidler",
  "author": "Nomic Labs SRL",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "buidler",
    "docker"
  ],
  "scripts": {
    "lint:fix": "../../node_modules/.bin/prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && npm run lint-src -- --fix && npm run lint-tests -- --fix",
    "lint": "npm run lint-src && npm run lint-tests",
    "lint-tests": "../../node_modules/.bin/tslint --config tslint.json --project ./tsconfig.json",
    "watch": "../../node_modules/.bin/tsc -w",
    "lint-src": "../../node_modules/.bin/tslint --config tslint.json --project src/tsconfig.json",
    "test": "./scripts/run-tests.sh",
    "build": "../../node_modules/.bin/tsc --build src",
    "build-test": "../../node_modules/.bin/tsc --build .",
    "clean": "rm -rf dist build-test"
  },
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@types/node-fetch": "^2.3.7",
    "@types/dockerode": "^2.5.19",
    "@types/fs-extra": "^5.1.0"
  },
  "peerDependencies": {},
  "dependencies": {
    "fs-extra": "^7.0.1",
    "dockerode": "^2.5.8",
    "node-fetch": "^2.6.0"
  }
}
