{
  "name": "go-captcha-vue",
  "version": "1.0.2",
  "private": false,
  "type": "module",
  "license": "MIT",
  "description": "This is the vue package for go-captcha",
  "keywords": [
    "go-captcha-vue",
    "go-captcha",
    "gocaptcha",
    "captcha-vue",
    "vue-captcha",
    "capts",
    "gocapts"
  ],
  "bugs": {
    "url": "https://github.com/wenlng/go-captcha-vue/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wenlng/go-captcha-vue.git"
  },
  "main": "dist/go-captcha-vue.umd.js",
  "module": "dist/go-captcha-vue.es.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "node": "./dist/go-captcha-vue.es.js",
        "default": "./dist/go-captcha-vue.es.js"
      },
      "require": "./dist/go-captcha-vue.es.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/*": "./dist/*",
    "./env.d.ts": "./env.d.ts",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/*",
    "env.d.ts"
  ],
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "build-only": "vite build && run-p tsd",
    "tsd": "vue-tsc --rootDir ./packages --declaration --emitDeclarationOnly --noEmit false --outDir ./dist",
    "preview": "vite preview --port 5050",
    "type-check": "vue-tsc --noEmit -p tsconfig.json"
  },
  "dependencies": {
    "vue": "^2.7.14"
  },
  "peerDependencies": {
    "vue": "<3"
  },
  "devDependencies": {
    "@types/node": "^16.11.10",
    "@vitejs/plugin-legacy": "^1.6.3",
    "@vue/compiler-sfc": "^3.4.27",
    "@vue/runtime-dom": "^3.2.22",
    "fast-glob": "^3.3.2",
    "less": "^4.2.0",
    "less-loader": "^12.2.0",
    "npm-run-all2": "^6.2.0",
    "ts-morph": "^22.0.0",
    "typescript": "~4.4.4",
    "unplugin-vue2-script-setup": "^0.7.1",
    "vite": "^2.6.14",
    "vite-plugin-vue2": "^1.9.0",
    "vue-demi": "^0.13.11",
    "vue-template-compiler": "^2.7.14",
    "vue-tsc": "^1.8.27"
  }
}
