{
  "name": "@bjmhe/viteplus-preset",
  "version": "2.0.10",
  "description": "A Vite Plus preset for creating a TypeScript package.",
  "license": "Apache-2.0",
  "author": "Benjamin He <hi@bjmhe.me>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjmhe/viteplus-preset.git"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./fmt": "./dist/fmt.js",
    "./lint": "./dist/lint.js",
    "./pack": "./dist/pack.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "repository": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@arethetypeswrong/core": "^0.18.3",
    "@bjmhe/automd": "^0.0.7",
    "@bjmhe/bjmhe": "^1.0.2",
    "@tsconfig/node24": "^24.0.4",
    "@types/node": "^25.9.1",
    "@typescript/native-preview": "7.0.0-dev.20260605.1",
    "@vitest/coverage-v8": "^4.1.8",
    "bumpp": "^11.1.0",
    "publint": "^0.3.21",
    "tsnapi": "^0.3.3",
    "typescript": "^6.0.3",
    "unplugin-unused": "^0.5.7"
  },
  "peerDependencies": {
    "@arethetypeswrong/core": "^0.18.3",
    "publint": "^0.3.21",
    "tsnapi": "^0.3.3",
    "vite-plus": "^0.1.20"
  },
  "engines": {
    "node": ">=24.16.0"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "release": "bumpp"
  }
}