Skip to content

Commit

Permalink
perf: switch to cac, clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 10, 2025
1 parent 820a46b commit c45ea7f
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 322 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ignore-workspace-root-check=true
shell-emulator=true
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"dist"
],
"scripts": {
"lint": "eslint .",
"dev": "cross-env DEBUG=taze:* esno ./src/cli.ts",
"start": "esno ./src/cli.ts",
"lint": "eslint",
"dev": "DEBUG=taze:* tsx ./src/cli.ts",
"start": "tsx ./src/cli.ts",
"build": "unbuild",
"typecheck": "tsc",
"prepublishOnly": "nr build",
Expand All @@ -35,47 +35,44 @@
},
"dependencies": {
"@antfu/ni": "^24.1.0",
"cac": "^6.7.14",
"find-up-simple": "^1.0.1",
"ofetch": "^1.4.1",
"package-manager-detector": "^1.0.0",
"pathe": "^2.0.3",
"pnpm-workspace-yaml": "^0.1.2",
"restore-cursor": "^5.1.0",
"tinyexec": "^0.3.2",
"tinyglobby": "^0.2.12",
"unconfig": "^7.3.1",
"yaml": "^2.7.0",
"yargs": "^17.7.2"
"yaml": "^2.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.8.1",
"@antfu/utils": "^9.1.0",
"@npmcli/config": "10.0.1",
"@posva/prompts": "^2.4.4",
"@types/cli-progress": "^3.11.6",
"@types/debug": "^4.1.12",
"@types/node": "^22.13.10",
"@types/npm-package-arg": "^6.1.4",
"@types/npm-registry-fetch": "^8.0.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.33",
"ansis": "^3.17.0",
"bumpp": "^10.0.3",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.4.0",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"eslint": "^9.22.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.3",
"fast-npm-meta": "^0.3.1",
"npm-package-arg": "^12.0.2",
"npm-registry-fetch": "^18.0.2",
"p-limit": "^6.2.0",
"prompts": "^2.4.2",
"restore-cursor": "^5.1.0",
"rimraf": "^6.0.1",
"semver": "^7.7.1",
"taze": "workspace:*",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"ufo": "^1.5.4",
"unbuild": "^3.5.0",
Expand Down
Loading

0 comments on commit c45ea7f

Please sign in to comment.