Skip to content

Commit a814ca1

Browse files
committed
refactor: migrate to ts-node-maintained
1 parent f75e8cf commit a814ca1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "eslint . --ext=.ts",
3232
"format": "prettier --write .",
3333
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/env",
34-
"quick:test": "node --loader=ts-node/esm bin/test.ts"
34+
"quick:test": "node --import=ts-node-maintained/register/esm bin/test.ts"
3535
},
3636
"keywords": [
3737
"env",
@@ -63,7 +63,7 @@
6363
"husky": "^9.0.11",
6464
"prettier": "^3.2.5",
6565
"release-it": "^17.2.0",
66-
"ts-node": "^10.9.2",
66+
"ts-node-maintained": "^10.9.4",
6767
"tsup": "^8.0.2",
6868
"typescript": "^5.4.5"
6969
},
@@ -131,5 +131,6 @@
131131
"dts": false,
132132
"sourcemap": true,
133133
"target": "esnext"
134-
}
134+
},
135+
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
135136
}

0 commit comments

Comments
 (0)