|
11 | 11 | "engines": { |
12 | 12 | "node": ">=12.4 || 14.x || >=16" |
13 | 13 | }, |
14 | | - "main": "./dist/index.cjs", |
15 | 14 | "types": "./dist/index.d.ts", |
16 | | - "module": "./dist/index.js", |
17 | | - "exports": { |
18 | | - ".": { |
19 | | - "import": "./dist/index.js", |
20 | | - "require": "./dist/index.cjs" |
21 | | - }, |
22 | | - "./package.json": "./package.json", |
23 | | - "./": "./" |
24 | | - }, |
| 15 | + "exports": "./dist/index.js", |
25 | 16 | "keywords": [ |
26 | 17 | "tinyhttp", |
27 | 18 | "node.js", |
|
51 | 42 | "prepare": "pnpm build && pnpm lint && pnpm test" |
52 | 43 | }, |
53 | 44 | "devDependencies": { |
54 | | - "@rollup/plugin-typescript": "^8.2.4", |
| 45 | + "@rollup/plugin-typescript": "^8.2.5", |
55 | 46 | "@tinyhttp/app": "1.3.15", |
56 | | - "@types/node": "^16.4.7", |
57 | | - "@typescript-eslint/eslint-plugin": "^4.28.5", |
58 | | - "@typescript-eslint/parser": "^4.28.5", |
| 47 | + "@types/node": "^16.7.1", |
| 48 | + "@typescript-eslint/eslint-plugin": "^4.29.2", |
| 49 | + "@typescript-eslint/parser": "^4.29.2", |
59 | 50 | "c8": "^7.8.0", |
60 | | - "esbuild-node-loader": "^0.1.1", |
61 | | - "eslint": "^7.31.0", |
| 51 | + "esbuild-node-loader": "^0.3.1", |
| 52 | + "eslint": "^7.32.0", |
62 | 53 | "eslint-config-prettier": "^8.3.0", |
63 | | - "eslint-plugin-prettier": "^3.4.0", |
| 54 | + "eslint-plugin-prettier": "^3.4.1", |
64 | 55 | "expect": "^27.0.6", |
65 | 56 | "prettier": "^2.3.2", |
66 | | - "rollup": "^2.55.1", |
| 57 | + "rollup": "^2.56.2", |
67 | 58 | "supertest-fetch": "^1.4.3", |
68 | 59 | "typescript": "^4.3.5", |
69 | 60 | "uvu": "^0.5.1" |
|
0 commit comments