{
  "name": "vite-typescript-plugin",
  "version": "0.3.0",
  "author": {
    "name": "soso tsertsvadze",
    "email": "sosotsertsvadze2@gmail.com"
  },
  "description": "A Vite plugin for seamless integration between Vite and Typescript.",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Generalsimus/vite-plugin-typescript.git"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc"
  },
  "license": "MIT",
  "devDependencies": {
    "typescript": "*",
    "rollup": "*",
    "vite": "*"
  },
  "dependencies": {
    "typescript": "*"
  },
  "keywords": [
    "vite",
    "vitejs",
    "typescript",
    "ts",
    "javascript",
    "js",
    "plugin",
    "rollup",
    "rollup-typescript",
    "@rollup/plugin-typescript",
    "@vitejs/plugin-typescript",
    "vite-plugin-typescript",
    "vite-typescript-plugin"
  ]
}