{
  "name": "@definitelytyped/dtslint",
  "version": "0.2.42",
  "description": "Runs tests on TypeScript definition files",
  "main": "./dist/index.js",
  "bin": "./dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    "Nathan Shively-Sanders <nathansa@microsoft.com> (https://github.com/sandersn)",
    "Andy Hanson <andy-ms@microsoft.com> (https://github.com/andy-ms)",
    "Dan Vanderkam <danvdk@gmail.com> (https://github.com/danvk)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
    "directory": "packages/dtslint"
  },
  "dependencies": {
    "@arethetypeswrong/cli": "0.15.1",
    "@arethetypeswrong/core": "0.15.1",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "@typescript-eslint/types": "^8.56.1",
    "@typescript-eslint/typescript-estree": "^8.56.1",
    "@typescript-eslint/utils": "^8.56.1",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.32.0",
    "semver": "^7.7.4",
    "strip-json-comments": "^3.1.1",
    "@definitelytyped/header-parser": "0.2.27",
    "@definitelytyped/typescript-packages": "0.1.11",
    "@definitelytyped/utils": "0.1.13",
    "@definitelytyped/typescript-versions": "0.1.11"
  },
  "peerDependencies": {
    "typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.12",
    "@types/semver": "^7.7.1",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=20.17.0"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc -b .",
    "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/dtslint"
  }
}