{
  "name": "screwdriver-models",
  "version": "34.3.2",
  "description": "Screwdriver models",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint . --quiet",
    "test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 10000 --retries 1 --exit --allow-uncaught true --color true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/screwdriver-cd/models.git"
  },
  "homepage": "https://github.com/screwdriver-cd/models",
  "bugs": "https://github.com/screwdriver-cd/models/issues",
  "keywords": [
    "screwdriver",
    "yahoo"
  ],
  "license": "BSD-3-Clause",
  "author": "Dao Lam <daolam112@gmail.com>",
  "contributors": [
    "Dao Lam <daolam112@gmail.com>",
    "Darren Matsumoto <aeneascorrupt@gmail.com>",
    "Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
    "Noah Katzman <nbkatzman@gmail.com>",
    "Peter Peterson <jedipetey@gmail.com>",
    "St. John Johnson <st.john.johnson@gmail.com",
    "Tiffany Kyi <tiffanykyi@gmail.com>"
  ],
  "release": {
    "debug": false
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.57.0",
    "eslint-config-screwdriver": "^8.0.0",
    "fs": "0.0.1-security",
    "mocha": "^10.1.0",
    "mocha-multi-reporters": "^1.5.1",
    "mocha-sonarqube-reporter": "^1.0.2",
    "nyc": "^15.1.0",
    "path": "^0.12.7",
    "rewire": "^6.0.0",
    "rewiremock": "^3.14.4",
    "sinon": "^15.0.0"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/hoek": "^11.0.7",
    "@hapi/iron": "^7.0.1",
    "async": "^3.2.6",
    "base64url": "^3.0.1",
    "compare-versions": "^6.1.1",
    "dayjs": "^1.11.13",
    "deepcopy": "^2.1.0",
    "docker-parse-image": "^3.0.1",
    "js-yaml": "^5.2.3",
    "lodash": "^4.17.23",
    "screwdriver-config-parser": "^12.0.0",
    "screwdriver-data-schema": "^26.1.0",
    "screwdriver-logger": "^3.0.0",
    "screwdriver-workflow-parser": "^6.0.0"
  }
}
