|
1 | 1 | { |
2 | | - "name": "fastify-http-proxy", |
3 | | - "version": "6.2.2", |
| 2 | + "name": "@fastify/http-proxy", |
| 3 | + "version": "7.0.0", |
4 | 4 | "description": "proxy http requests, for Fastify", |
5 | 5 | "main": "index.js", |
6 | 6 | "types": "index.d.ts", |
7 | 7 | "scripts": { |
8 | 8 | "lint": "standard | snazzy", |
9 | 9 | "lint:fix": "standard --fix | snazzy", |
10 | 10 | "lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"", |
11 | | - "test": "npm run lint && tap \"test/*.js\" && npm run typescript", |
| 11 | + "test:disabled": "npm run lint && tap \"test/*.js\" && npm run typescript", |
| 12 | + "test": "npm run lint && tap \"test/*.js\"", |
12 | 13 | "typescript": "tsd" |
13 | 14 | }, |
14 | 15 | "repository": { |
|
28 | 29 | "homepage": "https://github.com/fastify/fastify-http-proxy#readme", |
29 | 30 | "devDependencies": { |
30 | 31 | "@fastify/pre-commit": "^2.0.2", |
| 32 | + "@fastify/websocket": "^5.0.0", |
31 | 33 | "@types/node": "^17.0.8", |
32 | 34 | "@types/ws": "^8.2.2", |
33 | 35 | "@typescript-eslint/eslint-plugin": "^5.9.1", |
|
36 | 38 | "express-http-proxy": "^1.6.3", |
37 | 39 | "fast-proxy": "^2.1.0", |
38 | 40 | "fastify": "^3.25.3", |
39 | | - "fastify-websocket": "^4.0.0", |
40 | 41 | "got": "^11.8.3", |
41 | 42 | "http-errors": "^2.0.0", |
42 | 43 | "http-proxy": "^1.18.1", |
|
51 | 52 | "typescript": "^4.5.4" |
52 | 53 | }, |
53 | 54 | "dependencies": { |
54 | | - "fastify-reply-from": "^6.4.1", |
| 55 | + "@fastify/reply-from": "^7.0.0", |
55 | 56 | "ws": "^8.4.2" |
56 | 57 | }, |
57 | 58 | "tsd": { |
58 | 59 | "directory": "test/types" |
| 60 | + }, |
| 61 | + "publishConfig": { |
| 62 | + "access": "public" |
59 | 63 | } |
60 | 64 | } |
0 commit comments