{
  "version": "0.10.0",
  "name": "vite-plugin-build",
  "author": "samonxian",
  "main": "lib/index.js",
  "description": "Transfom the whole folder in library mode.",
  "files": [
    "lib"
  ],
  "scripts": {
    "eslint": "eslint src/**/*.js src/**/*.ts src/**/*.jsx src/**/*.tsx --no-error-on-unmatched-pattern",
    "clean": "rimraf lib es dist tsconfig.tsbuildinfo",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "build": "npm run eslint && npm run clean && vite build"
  },
  "dependencies": {
    "cross-spawn": "7.0.3",
    "fast-glob": "^3.2.11",
    "fs-extra": "^10.1.0",
    "picocolors": "^1.0.0",
    "run-in-task-pool": "^0.10.0",
    "svelte-tsc": "^0.10.0",
    "typescript": "^4.6.4",
    "vue-tsc": "^0.39.0"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^9.0.13",
    "eslint": "8.20.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.77.0",
    "vite": "^4.0.3",
    "vitest": "^0.18.0"
  },
  "gitHead": "fea0346662264ef0616c4ef8a5a3e271ec9df57b"
}
