UNPKG

921 BJSONView Raw
1{
2 "name": "@nuxtjs/proxy",
3 "version": "2.1.0",
4 "description": "proxy support for nuxt server",
5 "repository": "nuxt-community/proxy-module",
6 "license": "MIT",
7 "main": "dist/index.js",
8 "types": "dist/index.d.ts",
9 "files": [
10 "dist"
11 ],
12 "scripts": {
13 "build": "siroc build",
14 "dev": "nuxt test/fixture",
15 "lint": "eslint --ext .js,.vue,.ts .",
16 "release": "yarn test && standard-version && git push --follow-tags && npm publish",
17 "test": "yarn lint && jest"
18 },
19 "dependencies": {
20 "http-proxy-middleware": "^1.0.6"
21 },
22 "devDependencies": {
23 "@babel/preset-typescript": "^7.12.7",
24 "@nuxt/test-utils": "latest",
25 "@nuxt/types": "latest",
26 "@nuxtjs/eslint-config-typescript": "latest",
27 "eslint": "latest",
28 "jest": "latest",
29 "nuxt": "^2.14.11",
30 "siroc": "latest",
31 "standard-version": "latest"
32 },
33 "publishConfig": {
34 "access": "public"
35 }
36}