{
  "name": "docker-storage-gc",
  "version": "4.2.13",
  "main": "build/index.js",
  "scripts": {
    "lint": "balena-lint -t tsconfig.dev.json -e ts -e js lib test tools",
    "lint-fix": "balena-lint --fix  -t tsconfig.dev.json -e ts -e js lib test tools",
    "pretest": "npm run prepare && npm run compose:docker-up",
    "test": "mocha --exit --require ts-node/register/transpile-only test/*.ts",
    "test:compose": "npm run compose:down && docker compose -f docker-compose.test.yml run --build --remove-orphans --rm sut",
    "compose:docker-up": "npm run compose:down && docker compose -f docker-compose.test.yml up --remove-orphans --wait docker",
    "compose:down": "docker compose -f docker-compose.test.yml down --remove-orphans --volumes",
    "posttest": "npm run compose:down && npm run lint",
    "prepare": "npx tsc"
  },
  "author": "Balena Ltd. <hello@balena.io>",
  "license": "Apache 2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/docker-storage-gc.git"
  },
  "description": "Automatically cleanup unused images based on various cache replacement algorithms",
  "dependencies": {
    "@types/dockerode": "^3.3.44",
    "@types/JSONStream": "npm:@types/jsonstream@^0.8.33",
    "@types/node": "^16.18.126",
    "docker-progress": "^5.3.1",
    "dockerode": "^4.0.9",
    "eventemitter3": "^5.0.1",
    "JSONStream": "^1.3.5"
  },
  "devDependencies": {
    "@balena/lint": "^9.3.8",
    "@types/chai": "^5.0.0",
    "@types/mocha": "^10.0.10",
    "chai": "^5.0.0",
    "mocha": "^11.7.4",
    "timekeeper": "^2.3.1",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.0"
  },
  "versionist": {
    "publishedAt": "2026-06-11T02:42:36.692Z"
  }
}
