{
  "name": "@darkobits/dockerize",
  "version": "2.0.1",
  "description": "Easily Dockerize Node projects.",
  "license": "WTFPL",
  "author": "darkobits",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darkobits/dockerize.git"
  },
  "keywords": [
    "docker",
    "container",
    "containerize",
    "dockerize",
    "image",
    "build"
  ],
  "engines": {
    "node": ">= 10.0.0"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "dockerize": "dist/bin/cli.js"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "nr build",
    "test": "nr test",
    "bump": "nr bump",
    "prepare": "nr prepare"
  },
  "dependencies": {
    "@darkobits/chex": "^2.0.1",
    "@darkobits/fd-name": "^0.1.4",
    "@darkobits/log": "^2.0.0-beta.15",
    "@darkobits/node-versions": "^1.0.7",
    "@darkobits/saffron": "^0.4.22",
    "bytes": "^3.1.2",
    "ejs": "^3.1.8",
    "find-up": "^6.3.0",
    "fs-extra": "^10.1.0",
    "node-emoji": "^1.11.0",
    "npm-packlist": "^5.1.1",
    "ow": "0.28.1",
    "p-map": "^5.5.0",
    "read-pkg-up": "^9.1.0",
    "tempy": "^3.0.0"
  },
  "devDependencies": {
    "@darkobits/eslint-plugin": "^0.2.9",
    "@darkobits/ts": "^0.10.7-beta.11",
    "@types/bytes": "^3.1.1",
    "@types/ejs": "^3.1.1",
    "@types/fs-extra": "^9.0.13",
    "@types/node-emoji": "^1.8.1",
    "@types/npm-packlist": "^3.0.0",
    "@types/tar": "^6.1.2"
  }
}
