{
    "name": "@theorchard/frontend-vite",
    "version": "2.0.2",
    "description": "Vite plugins and config helpers for suite apps",
    "author": "Sony Music PDE",
    "homepage": "https://github.com/theorchard/orchard-suite#readme",
    "license": "MIT",
    "engines": {
        "node": ">=20"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "type": "module",
    "directories": {
        "lib": "dist"
    },
    "files": [
        "dist"
    ],
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/eslint-config-react-ts-prettier"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm build:esm",
        "clean": "rm -rf dist && rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src",
        "test": "pnpm lint && pnpm test:unit",
        "test:unit": "vitest"
    },
    "dependencies": {
        "@theorchard/frontend-cli-core": "workspace:*",
        "mustache": "^4.2.0"
    },
    "devDependencies": {
        "@types/mustache": "^4.1.1"
    },
    "peerDependencies": {
        "vite": ">=8.0.0"
    }
}
