{
  "name": "screwdriver-data-schema",
  "version": "26.1.1",
  "description": "Internal Data Schema of Screwdriver",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint .",
    "test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true",
    "semantic-release": "./node_modules/.bin/semantic-release --debug"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/screwdriver-cd/data-schema.git"
  },
  "homepage": "https://github.com/screwdriver-cd/data-schema",
  "bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
  "keywords": [
    "screwdriver",
    "yahoo"
  ],
  "license": "BSD-3-Clause",
  "author": "St. John Johnson <st.john.johnson@gmail.com>",
  "contributors": [
    "Dao Lam <daolam112@gmail.com>",
    "Darren Matsumoto <aeneascorrupt@gmail.com>",
    "Dayanand Sagar <sagar1312@gmail.com>",
    "Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
    "Lakshminarasimhan Parthasarathy <laky@ymail.com>",
    "Min Zhang <minzhangcmu@gmail.com>",
    "Noah Katzman <nkatzman@yahoo-inc.com>",
    "Peter Peterson <jedipetey@gmail.com>",
    "Philip Scott <pscott@zeptohost.com>",
    "St. John Johnson <st.john.johnson@gmail.com",
    "Tiffany Kyi <tiffanykyi@gmail.com>"
  ],
  "release": {
    "branches": [
      "master"
    ],
    "debug": false
  },
  "devDependencies": {
    "chai": "^4.3.7",
    "eslint": "^8.57.0",
    "eslint-config-screwdriver": "^8.0.0",
    "js-yaml": "^4.1.0",
    "mocha": "^10.1.0",
    "mocha-multi-reporters": "^1.5.1",
    "mocha-sonarqube-reporter": "^1.0.2",
    "mysql2": "^1.7.0",
    "npx": "^3.0.0",
    "nyc": "^15.1.0",
    "pg": "^8.14.1",
    "sequelize": "^6.37.6",
    "sequelize-cli": "^6.6.2",
    "sqlite3": "^5.1.7"
  },
  "dependencies": {
    "cron-parser": "^4.9.0",
    "joi": "^17.13.3"
  }
}
