{
  "name": "@walkeros/config",
  "version": "4.5.0",
  "type": "module",
  "description": "Shared development configuration for walkerOS packages (TypeScript, ESLint, Jest, tsup)",
  "license": "MIT",
  "files": [
    "tsconfig/**/*.json",
    "eslint/**/*.mjs",
    "jest/**/*.mjs",
    "tsup/**/*.mjs",
    "tsup/**/*.d.ts",
    "CHANGELOG.md"
  ],
  "exports": {
    "./tsconfig/base.json": "./tsconfig/base.json",
    "./tsconfig/web.json": "./tsconfig/web.json",
    "./tsconfig/node.json": "./tsconfig/node.json",
    "./eslint": "./eslint/index.mjs",
    "./eslint/web": "./eslint/web.mjs",
    "./eslint/node": "./eslint/node.mjs",
    "./jest": "./jest/index.mjs",
    "./jest/web.config": "./jest/web.config.mjs",
    "./jest/node.config": "./jest/node.config.mjs",
    "./jest/web.setup": "./jest/web.setup.mjs",
    "./jest/node.setup": "./jest/node.setup.mjs",
    "./tsup": "./tsup/index.mjs"
  },
  "dependencies": {
    "@swc/core": "^1.11.13",
    "@swc/jest": "^0.2.37",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jest": "^30.0.0",
    "@eslint/js": "^9.39.4",
    "@typescript-eslint/eslint-plugin": "^8.28.0",
    "@typescript-eslint/parser": "^8.28.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-jest": "^29.15.2",
    "eslint-plugin-only-warn": "^1.1.0",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-turbo": "^2.4.4",
    "globals": "^17.6.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "tsup": "^8.4.0",
    "terser": "^5.39.0",
    "typescript": "^5.8.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "git+https://github.com/elbwalker/walkerOS.git",
    "directory": "packages/config"
  },
  "author": "elbwalker <hello@elbwalker.com>",
  "homepage": "https://github.com/elbwalker/walkerOS#readme",
  "bugs": {
    "url": "https://github.com/elbwalker/walkerOS/issues"
  },
  "keywords": [
    "walkerOS",
    "config",
    "typescript",
    "eslint",
    "jest",
    "tsup",
    "development"
  ],
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/elbwalker"
    }
  ]
}
