{
  "name": "rekcod",
  "version": "3.0.0",
  "description": "docker inspect → docker run",
  "main": "index.js",
  "bin": {
    "rekcod": "cli.js"
  },
  "files": [
    "cli.js",
    "index.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "pretest": "standard",
    "test": "nyc --use-spawn-wrap=true tape test/test*.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexdrew/rekcod.git"
  },
  "keywords": [
    "docker",
    "inspect",
    "run"
  ],
  "author": "nexdrew",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nexdrew/rekcod/issues"
  },
  "homepage": "https://github.com/nexdrew/rekcod#readme",
  "devDependencies": {
    "coveralls": "^3.0.7",
    "nyc": "^15.0.1",
    "standard": "^14.3.1",
    "standard-version": "^8.0.0",
    "tape": "^5.0.0"
  }
}
