{
  "name": "@spscommerce/eslint-config-typescript",
  "version": "9.1.3",
  "description": "SPS official linter configuration for TypeScript.",
  "main": "lib/index.js",
  "exports": {
    ".": {
      "require": "./lib/index.js"
    },
    "./flat": {
      "import": "./lib-esm/flat.mjs",
      "types": "./lib-esm/flat.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SPSCommerce/sps-js-shared.git"
  },
  "keywords": [
    "style guide",
    "lint",
    "airbnb",
    "SPS",
    "SPS Commerce",
    "es6",
    "es2015",
    "es2016",
    "es2017",
    "es2018",
    "react",
    "jsx"
  ],
  "author": "SPS Commerce",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SPSCommerce/sps-js-shared/issues"
  },
  "homepage": "https://github.com/SPSCommerce/sps-js-shared/tree/main/packages/%40spscommerce/eslint-config-typescript#readme",
  "files": [
    "lib",
    "lib-esm",
    "README.md",
    "GUIDE.md"
  ],
  "peerDependencies": {
    "@stylistic/eslint-plugin": "3.1.0",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "eslint": "^8.57.1 || ^9.0.0",
    "eslint-import-resolver-typescript": "3.8.3",
    "eslint-plugin-import": "2.32.0",
    "typescript-eslint": "8.56.1"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "3.1.0",
    "@types/eslint": "8.56.12",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "eslint-import-resolver-typescript": "3.8.3",
    "eslint-plugin-import": "2.32.0",
    "typescript-eslint": "8.56.1"
  },
  "scripts": {
    "build": "pnpm run build:legacy && pnpm run build:flat",
    "build:legacy": "tsc -p tsconfig.json",
    "build:flat": "vite build --config vite.config.mjs && tsc -p tsconfig.flat.json --emitDeclarationOnly",
    "pub": "pnpm pack && node ../../../scripts/publish-package.mjs"
  }
}