{
  "name": "@platformatic/vite",
  "version": "3.68.0",
  "description": "Platformatic Vite Capability",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./skew-plugin": {
      "types": "./skew-plugin.d.ts",
      "import": "./skew-plugin.js",
      "default": "./skew-plugin.js"
    },
    "./*": "./*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/platformatic/platformatic.git"
  },
  "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/platformatic/platformatic/issues"
  },
  "homepage": "https://github.com/platformatic/platformatic#readme",
  "dependencies": {
    "@fastify/static": "^10.0.0",
    "fastify": "^5.0.0",
    "semver": "^7.6.3",
    "@platformatic/basic": "3.68.0",
    "@platformatic/foundation": "3.68.0",
    "@platformatic/globals": "3.68.0",
    "@platformatic/node": "3.68.0"
  },
  "devDependencies": {
    "cleaner-spec-reporter": "^0.5.0",
    "eslint": "9",
    "json-schema-to-typescript": "^15.0.1",
    "neostandard": "^0.12.0",
    "tstyche": "^6.2.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "~6.0.3",
    "vite": "^7.1.4",
    "ws": "^8.18.0",
    "@platformatic/gateway": "3.68.0",
    "@platformatic/service": "3.68.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "test": "npm run test:types && node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js",
    "test:types": "tstyche",
    "gen-schema": "node lib/schema.js > schema.json",
    "gen-types": "json2ts > config.d.ts < schema.json",
    "build": "npm run gen-schema && npm run gen-types",
    "lint": "eslint",
    "lint:fix": "eslint --fix"
  }
}