{
  "name": "vite-plugin-moonbit",
  "version": "0.5.1",
  "description": "Vite plugin for MoonBit - import MoonBit modules with mbt: prefix",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build:parser": "moon -C tools/moon_pkg_parser build --release --target js",
    "build": "pnpm build:parser && tsdown",
    "pretest": "pnpm build:parser",
    "test": "node --test --test-concurrency=1",
    "prepublishOnly": "pnpm build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mizchi/vite-plugin-moonbit.git"
  },
  "bugs": {
    "url": "https://github.com/mizchi/vite-plugin-moonbit/issues"
  },
  "homepage": "https://github.com/mizchi/vite-plugin-moonbit#readme",
  "keywords": [
    "vite",
    "vite-plugin",
    "moonbit",
    "mbt"
  ],
  "author": "mizchi",
  "license": "MIT",
  "peerDependencies": {
    "vite": ">=5.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsdown": "^0.18.2",
    "typescript": "^5.0.0",
    "vite": "8.0.0-beta.3"
  },
  "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
  "publishConfig": {
    "access": "public"
  }
}
