|
1 | 1 | {
|
2 | 2 | "name": "@inaiat/fastify-papr",
|
3 |
| - "version": "7.0.2", |
| 3 | + "version": "8.0.0", |
4 | 4 | "description": "Fastify Papr Plugin Integration",
|
5 | 5 | "type": "module",
|
6 | 6 | "engines": {
|
7 | 7 | "node": ">=20"
|
8 | 8 | },
|
9 |
| - "packageManager": "[email protected]", |
10 |
| - "exports": "./dist/index.js", |
| 9 | + "packageManager": "[email protected]", |
| 10 | + "exports": { |
| 11 | + ".": { |
| 12 | + "import": "./dist/index.js", |
| 13 | + "require": "./dist/index.cjs" |
| 14 | + } |
| 15 | + }, |
11 | 16 | "types": "./dist/index.d.ts",
|
12 | 17 | "scripts": {
|
13 | 18 | "ts:loader": "FASTIFY_AUTOLOAD_TYPESCRIPT=true node --import=tsx/esm",
|
|
52 | 57 | ],
|
53 | 58 | "homepage": "https://github.com/inaiat/fastify-papr.git",
|
54 | 59 | "dependencies": {
|
55 |
| - "fastify-plugin": "^4.5.1", |
| 60 | + "fastify-plugin": ">=4.5", |
56 | 61 | "papr": "^15.2.2"
|
57 | 62 | },
|
58 | 63 | "peerDependencies": {
|
59 |
| - "fastify": "^4.27", |
60 |
| - "mongodb": "^6.7.0" |
| 64 | + "fastify": "^5.0.0", |
| 65 | + "mongodb": "6.7" |
61 | 66 | },
|
62 | 67 | "devDependencies": {
|
63 |
| - "@eslint/js": "^9.4.0", |
64 |
| - "@types/node": "^20.14.2", |
| 68 | + "@eslint/js": "^9.11.1", |
| 69 | + "@types/node": "^22.6.1", |
65 | 70 | "@types/semver": "^7.5.8",
|
66 |
| - "c8": "^9.1.0", |
67 |
| - "dprint": "^0.46.1", |
68 |
| - "eslint": "^9.4.0", |
69 |
| - "eslint-plugin-functional": "^6.5.1", |
70 |
| - "eslint-plugin-import": "^2.29.1", |
71 |
| - "eslint-plugin-n": "^17.8.1", |
72 |
| - "eslint-plugin-unicorn": "^53.0.0", |
73 |
| - "husky": "^9.0.11", |
| 71 | + "c8": "10.1.2", |
| 72 | + "dprint": "^0.47.2", |
| 73 | + "eslint": "^9.11.1", |
| 74 | + "eslint-plugin-functional": "^7.0.2", |
| 75 | + "eslint-plugin-import": "^2.30.0", |
| 76 | + "eslint-plugin-n": "^17.10.3", |
| 77 | + "eslint-plugin-unicorn": "^55.0.0", |
| 78 | + "husky": "^9.1.6", |
74 | 79 | "istanbul-badges-readme": "^1.9.0",
|
75 |
| - "mongodb-memory-server": "^9.3.0", |
76 |
| - "rimraf": "^5.0.7", |
77 |
| - "semver": "^7.6.2", |
78 |
| - "ts-node": "^10.9.2", |
79 |
| - "tsup": "^8.1.0", |
80 |
| - "tsx": "^4.13.2", |
81 |
| - "typescript": "^5.4.5", |
82 |
| - "typescript-eslint": "^7.12.0" |
| 80 | + "mongodb": "6.7", |
| 81 | + "mongodb-memory-server": "^10.0.1", |
| 82 | + "rimraf": "^6.0.1", |
| 83 | + "semver": "^7.6.3", |
| 84 | + "tsup": "^8.3.0", |
| 85 | + "tsx": "^4.19.1", |
| 86 | + "typescript": "^5.6.2", |
| 87 | + "typescript-eslint": "^8.7.0" |
83 | 88 | },
|
84 | 89 | "files": [
|
85 | 90 | "dist"
|
|
92 | 97 | "clean": true,
|
93 | 98 | "bundle": true,
|
94 | 99 | "treeshake": true,
|
95 |
| - "target": "node18", |
| 100 | + "target": "node20", |
96 | 101 | "format": [
|
97 | 102 | "esm",
|
98 | 103 | "cjs"
|
|
0 commit comments