{
  "name": "@unleash/proxy-client-vue",
  "version": "0.1.6",
  "description": "Vue interface for working with Unleash",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist",
    "LICENCE.txt"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Unleash/unleash-vue-sdk"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.es.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.umd.js"
      }
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "prepare": "yarn build",
    "preview": "vite preview"
  },
  "dependencies": {
    "unleash-proxy-client": "^3.7.2"
  },
  "peerDependencies": {
    "vue": "^3.2.45"
  },
  "devDependencies": {
    "@types/node": "^17.0.24",
    "@vitejs/plugin-vue": "^2.3.1",
    "typescript": "^4.5.4",
    "vite": "^2.9.2",
    "vite-plugin-dts": "^1.6.4",
    "vue": "^3.2.45",
    "vue-tsc": "^1.0.10"
  }
}
