Skip to content

Commit

Permalink
fix: devdeps and bin
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtalks committed Oct 13, 2024
1 parent f8ce5f0 commit 6f81611
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"typesafe routing"
],
"license": "MIT",
"dependencies": {
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/node": "^22.7.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"@antfu/ni": "^0.23.0",
"@effect/cli": "^0.46.0",
"@effect/platform": "^0.67.0",
Expand All @@ -25,15 +29,7 @@
"effect": "^3.9.0",
"ora": "^8.1.0",
"prettier": "^3.3.3",
"tempeh": "^4.3.0",
"type-fest": "^4.26.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@types/node": "^22.7.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1"
"type-fest": "^4.26.1"
},
"homepage": "https://github.com/harshtalks/tempeh-cli",
"author": "Harsh Pareek <[email protected]> (https://hrshwrites.vercel.app)",
Expand All @@ -44,5 +40,8 @@
"type": "module",
"files": [
"dist"
]
],
"bin": {
"tempeh-cli": "./dist/index.cjs"
}
}

0 comments on commit 6f81611

Please sign in to comment.