Skip to content

Commit

Permalink
chore: use tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 5, 2024
1 parent 9cf59ff commit b52082b
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 201 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.55",
"@swc-node/register": "^1.10.0",
"@swc/core": "^1.6.6",
"@taplo/cli": "^0.7.0",
"ava": "^6.1.3",
"benny": "^3.7.1",
Expand All @@ -31,6 +29,7 @@
"lint-staged": "^15.2.2",
"oxlint": "^0.5.1",
"prettier": "^3.3.2",
"tsx": "^4.16.2",
"typescript": "^5.5.2"
},
"lint-staged": {
Expand All @@ -46,7 +45,7 @@
},
"ava": {
"require": [
"@swc-node/register"
"tsx"
],
"extensions": [
"ts"
Expand Down
Loading

0 comments on commit b52082b

Please sign in to comment.