{
  "name": "@sofie-automation/code-standard-preset",
  "version": "3.2.2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sofie-Automation/sofie-code-standard-preset.git"
  },
  "bugs": {
    "url": "https://github.com/Sofie-Automation/sofie-code-standard-preset/issues"
  },
  "homepage": "https://github.com/Sofie-Automation/sofie-code-standard-preset#readme",
  "contributors": [
    {
      "name": "Julian Waller",
      "email": "julian@superfly.tv"
    },
    {
      "name": "Mint de Wit",
      "email": "mint@superfly.tv"
    },
    {
      "name": "Richard Cartwright",
      "email": "spark@superfly.tv"
    }
  ],
  "engines": {
    "node": ">= 20"
  },
  "bin": {
    "sofie-licensecheck": "./bin/checkLicenses.mjs",
    "sofie-version": "./bin/updateVersion.mjs"
  },
  "scripts": {
    "changelog": "./bin/updateVersion.mjs",
    "release": "run reset && run changelog",
    "reset": "git clean -dfx && git reset --hard && yarn",
    "validate:dependencies": "yarn npm audit --environment production && run license-validate",
    "validate:dev-dependencies": "yarn npm audit --environment development",
    "license-validate": "./bin/checkLicenses.mjs"
  },
  "files": [
    "/CHANGELOG.md",
    "/README.md",
    "/ts",
    "/bin",
    "/eslint",
    "/.prettierrc.json"
  ],
  "dependencies": {
    "@sofie-automation/eslint-plugin": "0.2.1",
    "@vitest/eslint-plugin": "^1.6.6",
    "date-fns": "^4.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^28.14.0",
    "eslint-plugin-n": "^17.23.2",
    "eslint-plugin-prettier": "^5.5.5",
    "license-checker": "^25.0.1",
    "meow": "^13.2.0",
    "read-package-up": "^11.0.0",
    "semver": "^7.7.3",
    "typescript-eslint": "^8.54.0"
  },
  "devDependencies": {
    "@types/eslint": "^9.6.1",
    "prettier": "^3.8.1"
  },
  "peerDependencies": {
    "eslint": "^9",
    "prettier": "^3",
    "typescript": "~5.7"
  },
  "packageManager": "yarn@4.12.0"
}