{
  "name": "@team23/eslint-config-team23-standard",
  "version": "10.1.15",
  "description": "A set of eslint rules used by TEAM23 for standard js projects",
  "keywords": [
    "eslint",
    "eslintconfig",
    "TEAM23",
    "js",
    "javascript"
  ],
  "author": "TEAM23 GmbH",
  "license": "MIT",
  "homepage": "https://github.com/team23/style-guide/tree/main/libs/java-script",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team23/style-guide.git",
    "directory": "libs/java-script"
  },
  "files": [
    "./dist/**/*",
    "./*.md",
    "./package.json",
    "./LICENSE"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "default": "./dist/index.js"
  },
  "dependencies": {
    "@eslint/js": "^9.32.0",
    "@stylistic/eslint-plugin": "^5.2.2",
    "eslint-plugin-jsdoc": "^61.1.4",
    "globals": "^16.3.0",
    "typescript-eslint": "^8.39.0"
  },
  "devDependencies": {
    "@types/eslint": "^9.6.1",
    "eslint": "^9.32.0",
    "jiti": "^2.5.1",
    "tslib": "^2.8.1",
    "vitest": "^4.0.6"
  },
  "peerDependencies": {
    "eslint": "^9.32.0"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "module": "./../libs/java-script/src/index.js"
}