|
19 | 19 | ], |
20 | 20 | "keywords": [ |
21 | 21 | "module", |
| 22 | + "modules", |
| 23 | + "bundling", |
22 | 24 | "javascript", |
23 | 25 | "typescript", |
24 | 26 | "bundler", |
|
31 | 33 | "dts" |
32 | 34 | ], |
33 | 35 | "bin": { |
34 | | - "hyperbuild": "./dist/cli/index.mjs" |
| 36 | + "hyperbuild": "./dist/bin/index.mjs" |
35 | 37 | }, |
36 | 38 | "scripts": { |
37 | | - "build": "tsx src/cli/index.ts", |
| 39 | + "build": "tsx src/bin/index.ts", |
38 | 40 | "lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .", |
39 | 41 | "lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .", |
40 | 42 | "format": "prettier --config .config/prettier.config.js --write .", |
|
56 | 58 | "@hypernym/args": "^0.2.0", |
57 | 59 | "@hypernym/colors": "^1.0.0", |
58 | 60 | "@hypernym/spinner": "^0.1.0", |
59 | | - "@rollup/plugin-json": "^6.0.0", |
60 | | - "@rollup/plugin-node-resolve": "^15.2.1", |
61 | | - "@rollup/plugin-replace": "^5.0.2", |
| 61 | + "@hypernym/utils": "^2.0.2", |
| 62 | + "@rollup/plugin-json": "^6.0.1", |
| 63 | + "@rollup/plugin-node-resolve": "^15.2.2", |
| 64 | + "@rollup/plugin-replace": "^5.0.3", |
62 | 65 | "esbuild": "^0.19.4", |
63 | 66 | "rollup": "^3.29.4", |
64 | 67 | "rollup-plugin-dts": "^6.0.2" |
|
67 | 70 | "@hypernym/eslint-config": "^2.0.1", |
68 | 71 | "@hypernym/prettier-config": "^2.0.1", |
69 | 72 | "@hypernym/tsconfig": "^1.1.0", |
70 | | - "@hypernym/utils": "^2.0.2", |
71 | 73 | "@types/node": "^20.8.2", |
72 | 74 | "eslint": "^8.50.0", |
73 | 75 | "prettier": "^3.0.3", |
|
0 commit comments