Skip to content

Commit 4472f01

Browse files
committed
chore: switch to node:test
1 parent 0ab1f44 commit 4472f01

10 files changed

Lines changed: 35 additions & 332 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "sourcebin",
33
"version": "5.0.0",
44
"description": "Fast and simple package to get and create bins from https://sourceb.in/",
5+
"type": "module",
56
"main": "dist/index.js",
67
"module": "dist/index.mjs",
78
"types": "dist/index.d.ts",
@@ -17,7 +18,7 @@
1718
"README.md"
1819
],
1920
"scripts": {
20-
"test": "tsm node_modules/uvu/bin.js tests \".*\\.test\\.ts\"",
21+
"test": "node --no-warnings --experimental-strip-types --test",
2122
"dev": "nodemon dev/index.js",
2223
"docs": "typedoc src/index.ts",
2324
"build": "tsup-node",
@@ -33,11 +34,9 @@
3334
"@types/node": "^22.13.17",
3435
"nodemon": "^2.0.19",
3536
"prettier": "^3.8.3",
36-
"tsm": "^2.2.2",
3737
"tsup": "^6.2.3",
3838
"typedoc": "^0.23.14",
39-
"typescript": "^6.0.3",
40-
"uvu": "^0.5.6"
39+
"typescript": "^6.0.3"
4140
},
4241
"keywords": [
4342
"sourcebin",

0 commit comments

Comments
 (0)