{
  "name": "@tdurieux/docker-parfum",
  "version": "1.0.0",
  "description": "Identify and Repair Docker smells",
  "main": "./build/index.js",
  "bin": {
    "docker-parfum": "./build/cli/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:tdurieux/docker-parfum.git"
  },
  "keywords": [
    "docker",
    "smell",
    "repair",
    "lint",
    "dockerfile"
  ],
  "homepage": "https://github.com/tdurieux/docker-parfum",
  "sponsor": {
    "url": "https://ko-fi.com/tdurieux"
  },
  "scripts": {
    "test": "jest --coverage",
    "build": "rm -rf ./build; tsc; npm run browserify",
    "doc": "rm -rf ./docs/api && typedoc --out docs/api --name Docker-Parfum lib;",
    "browserify": "tsc && browserify build/browser.js -o docs/js/dockerParfum.js --standalone dockerParfum --igv __filename,__dirname,Buffer -g @browserify/uglifyify -p common-shakeify"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "./build"
  ],
  "author": "Thomas Durieux",
  "license": "MIT",
  "dependencies": {
    "@tdurieux/dinghy": "^1.0.2",
    "commander": "^11.1.0",
    "diff": "^5.1.0",
    "process": "^0.11.10",
    "yaml": "^2.3.4",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/diff": "^5.0.8",
    "@types/jest": "^29.5.8",
    "@types/node": "^18.11.8",
    "browserify": "^17.0.0",
    "jest": "^29.1.1",
    "tinyify": "^3.1.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tslib": "^2.6.2",
    "typedoc": "^0.25.3",
    "typescript": "^4.9.5"
  }
}
