{
  "name": "@ericcornelissen/eslint-plugin-top",
  "description": "Disallow side effects at the top level of files",
  "version": "3.6.3",
  "license": "ISC",
  "exports": "./dist/index.js",
  "type": "commonjs",
  "engines": {
    "node": "18.x || 20.x || 22.x || 24.x || 26.x"
  },
  "homepage": "https://github.com/ericcornelissen/eslint-plugin-top#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericcornelissen/eslint-plugin-top.git"
  },
  "bugs": {
    "url": "https://github.com/ericcornelissen/eslint-plugin-top/issues"
  },
  "author": {
    "name": "Eric Cornelissen",
    "email": "ericornelissen@gmail.com",
    "url": "https://ericcornelissen.dev/"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "peerDependencies": {
    "eslint": "8.x || 9.x || 10.x"
  },
  "devDependencies": {
    "@ericcornelissen/eslint-plugin-top": "file:./",
    "@eslint/json": "2.0.0",
    "@eslint/markdown": "8.0.2",
    "@stryker-mutator/core": "9.6.1",
    "@stryker-mutator/mocha-runner": "9.6.1",
    "@stryker-mutator/typescript-checker": "9.6.1",
    "@types/estree": "1.0.9",
    "@types/mocha": "10.0.9",
    "@types/node": "26.0.0",
    "@typescript-eslint/eslint-plugin": "8.61.1",
    "@typescript-eslint/parser": "8.61.1",
    "better-npm-audit": "3.11.0",
    "c8": "11.0.0",
    "depreman": "0.3.13",
    "eslint": "10.5.0",
    "eslint-import-resolver-typescript": "4.4.5",
    "eslint-plugin-depend": "1.5.0",
    "eslint-plugin-eslint-plugin": "7.4.0",
    "eslint-plugin-regexp": "3.1.0",
    "eslint-plugin-unicorn": "68.0.0",
    "eslint-plugin-yml": "3.4.0",
    "eslint-v10": "npm:eslint@10.0.0",
    "eslint-v8": "npm:eslint@8.0.1",
    "eslint-v9": "npm:eslint@9.0.0",
    "is-ci": "4.1.0",
    "licensee": "12.0.1",
    "lockfile-lint": "5.0.0",
    "mocha": "11.7.6",
    "npm-package-json-lint": "10.4.0",
    "npm-run-all2": "9.0.2",
    "nve": "18.0.3",
    "prettier": "3.8.2",
    "publint": "0.3.19",
    "strip-directives": "2.0.0",
    "ts-node": "10.9.2",
    "type-coverage": "2.29.7",
    "typescript": "6.0.3"
  },
  "scripts": {
    "_eslint": "eslint --config eslint.config.mjs",
    "_prettier": "prettier \"**/*.{js,json,md,mjs,ts,yml}\" --ignore-path .gitignore",
    "audit": "npm-run-all audit:*",
    "audit:deprecations": "depreman --errors-only --report-unused",
    "audit:deprecations:runtime": "depreman --errors-only --omit=dev",
    "audit:vulnerabilities": "better-npm-audit audit",
    "audit:vulnerabilities:runtime": "better-npm-audit audit --production",
    "build": "npm-run-all build:*",
    "build:compile": "tsc",
    "build:strip": "strip-directives dist/**/*.js",
    "check": "npm-run-all check:*",
    "check:ci": "node scripts/maybe-run.js actionlint",
    "check:formatting": "npm run _prettier -- --check",
    "check:json": "npm run _eslint -- '**/*.json'",
    "check:licenses": "licensee --errors-only",
    "check:lockfile": "lockfile-lint",
    "check:manifest": "npm run build && npmPkgJsonLint . && publint run --strict",
    "check:md": "npm-run-all check:md:*",
    "check:md:code": "npm run _eslint -- '**/*.md**'",
    "check:md:text": "npm run _eslint -- '**/*.md'",
    "check:ts": "npm run _eslint -- '**/*.ts'",
    "check:types": "type-coverage --at-least 100 --cache --cache-directory .cache --project tsconfig.json --strict",
    "check:yml": "npm run _eslint -- '**/*.yml'",
    "clean": "git clean --force -X .cache/ .temp/ _reports/ dist/",
    "coverage": "c8 --config .c8rc.json npm run test",
    "format": "npm run _prettier -- --write",
    "mutation": "stryker run stryker.config.js",
    "test": "mocha tests/unit --recursive",
    "test:compat": "mocha tests/compat --recursive",
    "test:compat-all": "nve 18.0.0,20.0.0,22.0.0,24.0.0,26.0.0 npm run test:compat",
    "test:watch": "npm run test -- --watch",
    "verify": "npm run build && npm run check && npm run coverage"
  }
}
