update packages and migrate to tsx
This commit is contained in:
10
package.json
10
package.json
@@ -5,14 +5,14 @@
|
||||
"main": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node --import ./ts-loader.js src/index.ts",
|
||||
"test": "node --import ./ts-loader.js src/test.ts"
|
||||
"start": "tsx src/index.ts",
|
||||
"test": "tsx src/test.ts"
|
||||
},
|
||||
"author": "Hervé BECHER",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.12.11",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.5"
|
||||
"@types/node": "^22.15.21",
|
||||
"tsx": "^4.19.4",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user