{
  "name": "@balena/jellyfish-action-library",
  "version": "16.2.18",
  "repository": {
    "type": "git",
    "url": "https://github.com/product-os/jellyfish-action-library.git"
  },
  "engines": {
    "node": ">=14.2.0"
  },
  "description": "Action library for Jellyfish",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/"
  ],
  "directories": {
    "lib": "lib"
  },
  "deplint": {
    "files": [
      "lib/**/*.{ts}"
    ],
    "modules": [
      "lib"
    ]
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "balena-lint --fix"
    ]
  },
  "scripts": {
    "clean": "rimraf build",
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "lint": "balena-lint lib test && deplint",
    "lint:fix": "balena-lint --fix lib test",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest test/unit",
    "test:integration": "jest --runInBand --bail test/integration",
    "test:compose": "docker build -t balena/jellyfish-sut:latest . && docker-compose -f docker-compose.test.yml -f docker-compose.yml up --exit-code-from=sut",
    "doc": "typedoc lib/ && touch docs/.nojekyll",
    "prepack": "npm run build",
    "compose": "docker-compose up"
  },
  "author": "Balena.io. <hello@balena.io>",
  "license": "AGPL-3.0",
  "dependencies": {
    "@balena/jellyfish-assert": "^1.2.11",
    "@balena/jellyfish-environment": "^6.0.13",
    "@balena/jellyfish-logger": "^4.0.27",
    "@balena/jellyfish-mail": "^2.0.169",
    "@balena/jellyfish-metrics": "^2.0.35",
    "@balena/jellyfish-plugin-base": "^2.2.25",
    "axios": "^0.25.0",
    "bcrypt": "^5.0.1",
    "blueimp-md5": "^2.19.0",
    "date-fns": "^2.28.0",
    "googleapis": "^92.0.0",
    "is-base64": "^1.1.0",
    "is-uuid": "^1.0.2",
    "lodash": "^4.17.21",
    "semver": "^7.3.5",
    "skhema": "^6.0.2",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@balena/jellyfish-config": "^2.0.2",
    "@balena/jellyfish-plugin-default": "^21.2.1",
    "@balena/jellyfish-plugin-product-os": "^2.9.4",
    "@balena/jellyfish-queue": "^2.4.8",
    "@balena/jellyfish-test-harness": "^9.2.0",
    "@balena/jellyfish-types": "^2.0.0",
    "@balena/lint": "^6.2.0",
    "@types/bcrypt": "^5.0.0",
    "@types/blueimp-md5": "^2.18.0",
    "@types/is-base64": "^1.1.1",
    "@types/is-uuid": "^1.0.0",
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.178",
    "@types/semver": "^7.3.9",
    "@types/sinon": "^10.0.8",
    "@types/uuid": "^8.3.4",
    "deplint": "^1.1.3",
    "jest": "^27.4.7",
    "lint-staged": "^12.3.1",
    "nock": "^13.2.2",
    "rimraf": "^3.0.2",
    "simple-git-hooks": "^2.7.0",
    "sinon": "^12.0.1",
    "ts-jest": "^27.1.3",
    "typed-error": "^3.2.1",
    "typedoc": "^0.22.11",
    "typescript": "^4.5.5"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "versionist": {
    "publishedAt": "2022-01-26T05:05:11.344Z"
  }
}
