{
  "name": "livepush",
  "version": "3.5.4",
  "description": "Update your containers live!",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "homepage": "https://github.com/balena-io-modules/livepush",
  "repository": {
    "type": "git",
    "url": "git://github.com/balena-io-modules/livepush.git"
  },
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "clean": "rm -rf build",
    "prepare": "npm run build",
    "prepublish": "require-npm4-to-publish",
    "lint": "resin-lint --typescript --fix lib/ test/ && tsc --noEmit",
    "build": "npm run clean && tsc --project tsconfig.publish.json",
    "build:test": "npm run clean && tsc --project . && npm run test:copy",
    "test": "npm run lint && npm run test:cov",
    "test:cov": "npm run build:test && nyc mocha --config test/.mocharc.prod.js",
    "test:copy": "cp -r test/contexts build/test/; cp -r test/dockerfiles build/test/",
    "test:fast": "mocha --config test/.mocharc.js"
  },
  "author": "Balena Ltd. <hello@balena.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/chai": "^4.3.20",
    "@types/chai-as-promised": "^7.1.8",
    "@types/dockerode": "^2.5.34",
    "@types/lodash": "^4.17.24",
    "@types/md5": "^2.3.6",
    "@types/minimatch": "^3.0.5",
    "@types/mocha": "^10.0.10",
    "@types/mz": "^0.0.32",
    "@types/shell-escape": "^0.2.3",
    "@types/shell-quote": "^1.7.5",
    "@types/sinon": "^5.0.7",
    "@types/tar-fs": "^1.16.3",
    "@types/tar-stream": "^1.6.7",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "husky": "^3.1.0",
    "lint-staged": "^8.2.1",
    "mocha": "^11.7.5",
    "nyc": "^13.3.0",
    "require-npm4-to-publish": "^1.0.0",
    "resin-lint": "^3.3.1",
    "sinon": "^6.3.5",
    "source-map-support": "^0.5.21",
    "tar-fs": "^2.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "chokidar": "^3.6.0",
    "docker-file-parser": "^1.0.7",
    "dockerode": "^2.5.8",
    "lodash": "^4.17.23",
    "minimatch": "^3.1.5",
    "mz": "^2.7.0",
    "node-watch": "^0.7.4",
    "shell-escape": "^0.2.0",
    "shell-quote": "^1.8.3",
    "strict-event-emitter-types": "^2.0.0",
    "typed-error": "^3.2.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "versionist": {
    "publishedAt": "2026-03-17T15:28:10.842Z"
  }
}
