Skip to content

Commit

Permalink
add tsx directly to the package dependencies rather than using via `p…
Browse files Browse the repository at this point in the history
…npm dlx`
  • Loading branch information
toebeann committed Jan 30, 2024
1 parent 154db1e commit 11879bd
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "gib",
"version": "0.1.2",
"version": "0.1.3",
"description": "A CLI utility for automating the installation of BepInEx",
"license": "ISC",
"author": "Tobey Blaber",
Expand Down Expand Up @@ -30,12 +30,14 @@
],
"type": "module",
"scripts": {
"launch": "pnpm -s dlx tsx src/index.ts"
"launch": "tsx src/index.ts"
},
"engines": {
"node": "^20"
},
"os": ["darwin"],
"os": [
"darwin"
],
"devDependencies": {
"@node-steam/vdf": "^2.2.0",
"@total-typescript/ts-reset": "^0.5.1",
Expand Down Expand Up @@ -65,6 +67,7 @@
"readline-sync": "^1.4.10",
"terminal-link": "^3.0.0",
"ts-pattern": "^5.0.6",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"wrap-ansi": "^9.0.0",
"zod": "^3.22.4"
Expand Down
262 changes: 262 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11879bd

Please sign in to comment.