{
  "name": "@incmix/vite-plugin-tsr",
  "version": "9.0.3",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "vite-plugin",
    "rollup-plugin"
  ],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "@incmix/ts.runtime": "3.0.1",
    "vite": "^2.9.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "typescript": "^4.7.4",
    "@incmix/ts.runtime": "3.0.1",
    "vite": "^2.9.1"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo 'NOOP'"
  }
}