UNPKG

vite-plugin-google-apps-script

Version:

Vite plugin for HtmlService on GoogleAppsScript via @google/clasp

59 lines (58 loc) 1.49 kB
{ "name": "vite-plugin-google-apps-script", "version": "0.4.0", "description": "Vite plugin for HtmlService on GoogleAppsScript via @google/clasp", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "unbuild", "check": "biome check --write src/ tests/", "prepublish": "pnpm run check && pnpm run test && pnpm run build", "test": "vitest run", ":react": "pnpm -C playgrounds/react", ":vue": "pnpm -C playgrounds/vue3" }, "keywords": [ "vite", "googleappsscript", "vite-plugin" ], "author": "luth", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com:luthpg/vite-plugin-google-apps-script.git" }, "bugs": { "url": "https://github.com/luthpg/vite-plugin-google-apps-script/issues" }, "dependencies": { "@babel/generator": "^7.28.3", "@babel/parser": "^7.28.3", "@babel/traverse": "^7.28.3", "terser": "^5.43.1" }, "devDependencies": { "@babel/types": "^7.28.2", "@biomejs/biome": "2.2.0", "@types/babel__generator": "^7.27.0", "@types/babel__traverse": "^7.28.0", "rollup": "^4.46.2", "typescript": "^5.9.2", "unbuild": "^3.6.0", "vite": "7.1.2", "vitest": "^3.2.4" }, "packageManager": "pnpm@10.11.1" }