{
  "name": "@curiousdev-oss/eslint-plugin-web-perf",
  "version": "0.1.4",
  "description": "Comprehensive ESLint plugin with 18 performance rules for web performance optimization, including Angular-specific rules",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "type": "module",
  "files": [
    "dist/src/**/*",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "eslint",
    "eslint-plugin",
    "performance",
    "web-vitals",
    "core-web-vitals",
    "optimization",
    "javascript",
    "typescript",
    "angular",
    "react"
  ],
  "author": "curiousdev-oss",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/curiousdev-oss/web-perf-toolkit.git",
    "directory": "packages/eslint-plugin-perf"
  },
  "bugs": {
    "url": "https://github.com/curiousdev-oss/web-perf-toolkit/issues"
  },
  "homepage": "https://github.com/curiousdev-oss/web-perf-toolkit/tree/main/packages/eslint-plugin-perf",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b",
    "dev": "tsc -w -b",
    "test": "jest --runInBand",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage --runInBand",
    "test:coverage:html": "jest --coverage --coverageReporters=html --runInBand",
    "test:verbose": "jest --verbose --runInBand",
    "test:debug": "jest --runInBand --detectOpenHandles",
    "test:ci": "jest --ci --coverage --runInBand --maxWorkers=2",
    "test:rules": "jest --testPathPattern=rules --runInBand",
    "test:index": "jest --testPathPattern=index --runInBand",
    "test:unit": "jest --testPathPattern=tests --runInBand",
    "test:lint": "eslint src/**/*.ts tests/**/*.ts",
    "test:all": "npm run test:lint && npm run test:coverage",
    "prepublishOnly": "npm run test:lint"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.5.0"
  }
}
