{
  "name": "@evmts/vite-plugin",
  "version": "0.4.2",
  "private": false,
  "description": "A vite plugin for evmts",
  "keywords": [
    "vite",
    "plugin",
    "solidity",
    "sol",
    "evmts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/evmts/evmts-monorepo.git",
    "directory": "plugins/vite-plugin"
  },
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "//test": "vitest",
    "//test:run": "vitest run",
    "//test:ui": "vitest --ui",
    "build": "tsup",
    "clean": "rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache",
    "format": "rome format . --write",
    "format:check": "rome format .",
    "lint": "rome check . --apply-unsafe",
    "lint:check": "rome check . --verbose",
    "package:up": "pnpm up --latest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@evmts/bundler": "workspace:^"
  },
  "devDependencies": {
    "@vitest/ui": "^0.32.2",
    "rome": "^12.1.3",
    "tsup": "^7.1.0",
    "typescript": "^5.1.6",
    "vitest": "^0.33.0"
  },
  "peerDependencies": {
    "vite": ">4.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
