{
  "name": "@aryaemami59/vitest-config",
  "version": "0.0.8",
  "description": "Vitest configuration for TypeScript projects",
  "keywords": [
    "config",
    "vitest-config",
    "vitest",
    "vite",
    "configuration"
  ],
  "homepage": "https://github.com/aryaemami59/configs/tree/master/packages/vitest#readme",
  "bugs": {
    "url": "https://github.com/aryaemami59/configs/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aryaemami59/configs.git",
    "directory": "packages/vitest"
  },
  "license": "MIT",
  "author": "Arya Emami <aryaemami59@yahoo.com> (https://github.com/aryaemami59)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "bun": {
        "types": "./dist/index.d.ts",
        "default": "./src/index.ts"
      },
      "module-sync": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "module": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "default": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "yarn run clean && tsdown --config-loader='unrun' --config=\"${INIT_CWD}/tsdown.config.mts\"",
    "check-exports": "attw --pack ${INIT_CWD}",
    "check-package-json": "publint --strict ${INIT_CWD}",
    "clean": "rimraf ${INIT_CWD}/dist/ ${INIT_CWD}/.rolldown/",
    "format-check": "yarn run -T format-check",
    "format": "yarn run -T format",
    "lint-fix": "yarn run -T lint-fix",
    "lint": "yarn run -T lint",
    "prepack": "yarn run build",
    "typecheck": "tsc -p ${INIT_CWD}/tsconfig.json"
  },
  "dependencies": {
    "vite-tsconfig-paths": "^6.1.1"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@aryaemami59/tsconfig": "workspace:^",
    "@types/node": "^25.5.2",
    "publint": "^0.3.18",
    "rimraf": "^6.1.3",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "peerDependencies": {
    "vite": "*",
    "vitest": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    },
    "vitest": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
