|
4 | 4 | "author": "Hypernym Studio", |
5 | 5 | "description": "ESM & TS module bundler.", |
6 | 6 | "license": "MIT", |
7 | | - "repository": "hypernym-studio/bundler", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git+https://github.com/hypernym-studio/bundler.git" |
| 10 | + }, |
8 | 11 | "homepage": "https://github.com/hypernym-studio/bundler", |
9 | 12 | "funding": "https://github.com/sponsors/ivodolenc", |
10 | 13 | "type": "module", |
11 | | - "types": "./dist/types/index.d.cts", |
| 14 | + "types": "./dist/index.d.cts", |
12 | 15 | "exports": { |
13 | 16 | ".": { |
14 | | - "types": "./dist/types/index.d.mts", |
| 17 | + "types": "./dist/index.d.mts", |
15 | 18 | "import": "./dist/index.mjs", |
16 | 19 | "require": "./dist/index.cjs" |
17 | 20 | } |
|
44 | 47 | "format": "prettier --write .", |
45 | 48 | "prepublishOnly": "npm run build" |
46 | 49 | }, |
47 | | - "packageManager": "pnpm@10.4.1", |
48 | | - "engines": { |
49 | | - "node": ">=20.0.0", |
50 | | - "pnpm": ">=9.0.0" |
51 | | - }, |
52 | 50 | "peerDependencies": { |
53 | 51 | "@types/node": ">=20.0.0", |
54 | 52 | "typescript": ">=5.0.0" |
|
62 | 60 | } |
63 | 61 | }, |
64 | 62 | "dependencies": { |
65 | | - "@hypernym/args": "^0.3.0", |
66 | | - "@hypernym/colors": "^1.0.2", |
67 | | - "@hypernym/utils": "^3.4.2", |
| 63 | + "@hypernym/args": "^0.3.2", |
| 64 | + "@hypernym/colors": "^1.0.4", |
| 65 | + "@hypernym/utils": "^3.4.4", |
68 | 66 | "@rollup/plugin-alias": "^5.1.1", |
69 | 67 | "@rollup/plugin-json": "^6.1.0", |
70 | | - "@rollup/plugin-node-resolve": "^16.0.0", |
| 68 | + "@rollup/plugin-node-resolve": "^16.0.1", |
71 | 69 | "@rollup/plugin-replace": "^6.0.2", |
72 | 70 | "@rollup/pluginutils": "^5.1.4", |
73 | | - "esbuild": "^0.25.0", |
74 | | - "rollup": "^4.34.8", |
75 | | - "rollup-plugin-dts": "^6.1.1" |
| 71 | + "esbuild": "^0.25.4", |
| 72 | + "rollup": "^4.40.2", |
| 73 | + "rollup-plugin-dts": "^6.2.1" |
76 | 74 | }, |
77 | 75 | "devDependencies": { |
78 | | - "@hypernym/eslint-config": "^3.5.6", |
79 | | - "@hypernym/prettier-config": "^3.2.2", |
80 | | - "@hypernym/tsconfig": "^2.6.0", |
81 | | - "@types/node": "^22.13.5", |
82 | | - "eslint": "^9.21.0", |
83 | | - "prettier": "^3.5.2", |
84 | | - "typescript": "^5.7.3" |
| 76 | + "@hypernym/eslint-config": "^3.6.1", |
| 77 | + "@hypernym/prettier-config": "^3.2.4", |
| 78 | + "@hypernym/tsconfig": "^2.6.1", |
| 79 | + "@types/node": "^22.15.17", |
| 80 | + "eslint": "^9.26.0", |
| 81 | + "prettier": "^3.5.3", |
| 82 | + "typescript": "^5.8.3" |
85 | 83 | } |
86 | 84 | } |
0 commit comments