{
  "name": "vite-plugin-relay-lite",
  "version": "0.12.0",
  "description": "Vite plugin for more convenient Relay experience",
  "homepage": "https://github.com/cometkim/vite-plugin-relay-lite",
  "author": {
    "name": "Hyeseong Kim",
    "email": "hey@hyeseong.kim"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cometkim/vite-plugin-relay-lite.git"
  },
  "bugs": {
    "url": "https://github.com/cometkim/vite-plugin-relay-lite/issues"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "relay"
  ],
  "type": "module",
  "main": "./lib/plugin.js",
  "types": "./lib/plugin.d.ts",
  "exports": {
    "types": "./lib/plugin.d.ts",
    "import": "./lib/plugin.js",
    "require": "./lib/plugin.cjs"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "src",
    "!src/*.test.ts",
    "lib"
  ],
  "scripts": {
    "prepack": "yarn build --clean",
    "build": "nanobundle build",
    "test": "vitest"
  },
  "peerDependencies": {
    "graphql": "^15.0.0 || ^16.0.0",
    "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "dependencies": {
    "cosmiconfig": "^9.0.0",
    "kleur": "^4.1.5",
    "magic-string": "^0.30.1"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@types/common-tags": "^1",
    "@types/node": "^24.0.0",
    "common-tags": "^1.8.2",
    "graphql": "^16.6.0",
    "graphql-15": "npm:graphql@15.0.0",
    "nanobundle": "^2.0.0",
    "typescript": "^5.0.0",
    "vite": "^7.0.0",
    "vitest": "^4.0.0"
  },
  "engines": {
    "node": ">= 18.0.0"
  },
  "packageManager": "yarn@4.10.3"
}