{
  "name": "vp-runtime-helper",
  "version": "1.0.10",
  "description": "Vite plugin runtime helper.",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=14.18.0",
    "vite": ">=3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengxinming/vite-plugins.git",
    "directory": "packages/vp-runtime-helper"
  },
  "keywords": [
    "vite-plugin",
    "vp-runtime-helper"
  ],
  "author": "Jesse Feng <fxm0016@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengxinming/vite-plugins/issues"
  },
  "homepage": "https://fengxinming.github.io/vite-plugins/",
  "dependencies": {
    "@types/fs-extra": "^11.0.4",
    "base-log-factory": "^2.1.4",
    "blf-debug-appender": "^1.0.2",
    "figlet": "^1.8.0",
    "fs-extra": "^11.3.0",
    "picocolors": "^1.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.2",
    "vite": "^6.1.0"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch",
    "release": "npm publish"
  }
}