{
  "name": "piral-cli-vite5",
  "version": "1.2.0",
  "description": "Provides debug and build capabilities for pilets and Piral instances using Vite v5.",
  "keywords": [
    "piral-cli",
    "piral",
    "plugin",
    "vite",
    "vite5",
    "build",
    "debug",
    "bundle"
  ],
  "author": "smapiot",
  "homepage": "https://piral.io",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "engines": {
    "node": ">=20.0"
  },
  "files": [
    "lib",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/smapiot"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/smapiot/piral-cli-vite5.git"
  },
  "bugs": {
    "url": "https://github.com/smapiot/piral-cli-vite5/issues"
  },
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "piral-cli": "1.7.3"
  },
  "dependencies": {
    "cheerio": "^1",
    "sass": "^1",
    "vite": "^5",
    "vite-plugin-codegen": "^2",
    "vite-plugin-environment": "^1",
    "vite-plugin-pilet": "^1"
  },
  "gitHead": "64a2d6e629e1fe4eb3fd5556ba7c172015db7183"
}
