{
  "name": "@foundry/config",
  "version": "1.0.0",
  "author": "hannah",
  "description": "Config files for modules and shit.",
  "type": "module",
  "license": "UNLICENSED",
  "sideEffects": false,
  "types": "./types/index.d.ts",
  "engines": {
    "node": ">=23.6.0"
  },
  "scripts": {
    "test": "bun run uvu"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts"
    },
    "./biome": "./biome.json",
    "./ts/app": "./tsconfig.app.json",
    "./ts/solid": "./tsconfig.solid.json",
    "./eslint": "./eslint.config.ts",
    "./webpack": "./webpack.config.ts",
    "./plugins/*": "./plugins/*.ts",
    "./modules/*": "./modules/*"
  },
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-typescript": "^7.27.1",
    "@biomejs/biome": "2.2.4",
    "@eslint/js": "^9.32.0",
    "@eslint/json": "^0.13.1",
    "@fortawesome/fontawesome-svg-core": "^7.0.1",
    "@stylistic/eslint-plugin": "^5.2.2",
    "@types/bun": "^1.2.22",
    "@types/node": "^24.2.0",
    "@types/webpack": "^5.28.5",
    "babel-loader": "^10.0.0",
    "babel-preset-solid": "^1.9.8",
    "change-case": "^5.4.4",
    "eslint": "^9.32.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-import-x": "^4.16.1",
    "eslint-plugin-jsdoc": "^52.0.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-solid": "^0.14.5",
    "eslint-plugin-tsdoc": "^0.4.0",
    "globals": "^16.3.0",
    "jiti": "^2.5.1",
    "lightningcss": "^1.30.1",
    "typed-css-modules": "^0.9.1",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.39.0",
    "uvu": "^0.5.6",
    "vite": "npm:rolldown-vite@^7.1.0",
    "webpack": "^5.101.0"
  }
}
