{
  "name": "tally-cli",
  "version": "0.44.2",
  "description": "A fast, configurable linter for Dockerfiles and Containerfiles",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wharflab/tally.git"
  },
  "bin": {
    "tally": "bin/cli.js"
  },
  "files": [
    "bin/",
    "lib/",
    "platform-targets.json"
  ],
  "scripts": {
    "prepublishOnly": "node ./scripts/publish-release.js prepublish",
    "postpublish": "node ./scripts/publish-release.js restore"
  },
  "keywords": [
    "docker",
    "dockerfile",
    "containerfile",
    "linter",
    "lint",
    "container"
  ],
  "author": "tinovyatkin",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/wharflab/tally/issues"
  },
  "homepage": "https://tally.wharflab.com/",
  "engines": {
    "node": ">=18.0.0"
  },
  "optionalDependencies": {
    "@wharflab/tally-linux-x64": "0.44.2",
    "@wharflab/tally-linux-arm64": "0.44.2",
    "@wharflab/tally-darwin-x64": "0.44.2",
    "@wharflab/tally-darwin-arm64": "0.44.2",
    "@wharflab/tally-windows-x64": "0.44.2",
    "@wharflab/tally-windows-arm64": "0.44.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
