@nuxtjs/proxy
Version:
proxy support for nuxt server
37 lines (36 loc) • 921 B
JSON
{
"name": "@nuxtjs/proxy",
"version": "2.1.0",
"description": "proxy support for nuxt server",
"repository": "nuxt-community/proxy-module",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "siroc build",
"dev": "nuxt test/fixture",
"lint": "eslint --ext .js,.vue,.ts .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"dependencies": {
"http-proxy-middleware": "^1.0.6"
},
"devDependencies": {
"@babel/preset-typescript": "^7.12.7",
"@nuxt/test-utils": "latest",
"@nuxt/types": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"jest": "latest",
"nuxt": "^2.14.11",
"siroc": "latest",
"standard-version": "latest"
},
"publishConfig": {
"access": "public"
}
}