|
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | 40 | "build": "bun -b run ./src/bin/index.ts", |
41 | | - "lint": "eslint -c .config/eslint.config.js .", |
42 | | - "lint:fix": "eslint -c .config/eslint.config.js --fix .", |
43 | | - "format": "prettier --config .config/prettier.config.js --write .", |
| 41 | + "lint": "eslint .", |
| 42 | + "lint:fix": "eslint --fix .", |
| 43 | + "format": "prettier --write .", |
44 | 44 | "prepublishOnly": "npm run build" |
45 | 45 | }, |
46 | 46 | "sideEffects": false, |
47 | | - "packageManager": "pnpm@9.9.0", |
| 47 | + "packageManager": "pnpm@9.10.0", |
48 | 48 | "engines": { |
49 | 49 | "node": ">=20.0.0", |
50 | 50 | "pnpm": ">=9.0.0" |
|
64 | 64 | "dependencies": { |
65 | 65 | "@hypernym/args": "^0.2.1", |
66 | 66 | "@hypernym/colors": "^1.0.1", |
67 | | - "@hypernym/spinner": "^0.2.0", |
68 | | - "@hypernym/utils": "^3.0.0", |
| 67 | + "@hypernym/utils": "^3.0.1", |
69 | 68 | "@rollup/plugin-alias": "^5.1.0", |
70 | 69 | "@rollup/plugin-json": "^6.1.0", |
71 | 70 | "@rollup/plugin-node-resolve": "^15.2.3", |
72 | 71 | "@rollup/plugin-replace": "^5.0.7", |
73 | 72 | "@rollup/pluginutils": "^5.1.0", |
74 | 73 | "esbuild": "^0.23.1", |
75 | | - "rollup": "^4.21.2", |
| 74 | + "rollup": "^4.21.3", |
76 | 75 | "rollup-plugin-dts": "^6.1.1" |
77 | 76 | }, |
78 | 77 | "devDependencies": { |
79 | 78 | "@hypernym/eslint-config": "^3.5.0", |
80 | 79 | "@hypernym/prettier-config": "^3.2.0", |
81 | | - "@hypernym/tsconfig": "^2.2.0", |
| 80 | + "@hypernym/tsconfig": "^2.3.0", |
82 | 81 | "@types/node": "^22.5.4", |
83 | 82 | "eslint": "^9.10.0", |
84 | 83 | "prettier": "^3.3.3", |
|
0 commit comments