{ "name": "tuono-lazy-fn-vite-plugin", "version": "0.16.6", "description": "Plugin for the tuono's lazy fn. Tuono is the react/rust fullstack framework", "homepage": "https://tuono.dev", "scripts": { "dev": "vite build --watch", "build": "vite build", "lint": "eslint .", "format": "prettier --write --ignore-unknown --ignore-path ../../.prettierignore .", "format:check": "prettier --check --ignore-unknown --ignore-path ../../.prettierignore .", "types": "tsc --noEmit", "test:watch": "vitest", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/tuono-labs/tuono.git", "directory": "packages/lazy-fn-vite-plugin" }, "keywords": [], "author": "Valerio Ageno", "license": "MIT", "type": "module", "types": "dist/esm/index.d.ts", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js", "files": [ "dist", "src", "README.md" ], "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.cts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "dependencies": { "@babel/core": "^7.24.4", "@babel/types": "^7.24.0", "vite": "^5.2.11" }, "devDependencies": { "@tanstack/config": "0.7.13", "@types/babel__core": "^7.20.5", "prettier": "^3.2.4", "vitest": "^2.0.0" } }