{
  "name": "@gauseen/nuxt-proxy",
  "version": "1.0.1",
  "description": "nuxt proxy module",
  "main": "./lib/module.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gauseen/nuxt-proxy.git"
  },
  "keywords": [
    "nuxt",
    "proxy",
    "cors",
    "http",
    "请求跨域"
  ],
  "author": "gauseen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gauseen/nuxt-proxy/issues"
  },
  "homepage": "https://github.com/gauseen/nuxt-proxy#readme",
  "dependencies": {
    "http-proxy-middleware": "^0.18.0"
  }
}
