We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a5af commit 16cc13dCopy full SHA for 16cc13d
package.json
@@ -25,15 +25,14 @@
25
"@types/node": "^20.14.9",
26
"c8": "10.1.2",
27
"supertest-fetch": "^2.0.0",
28
- "tsm": "^2.3.0",
29
- "typescript": "^5.5.3",
30
- "uvu": "^0.5.6"
+ "tsx": "^4.19.1",
+ "typescript": "^5.5.3"
31
},
32
"files": [
33
"dist"
34
],
35
"scripts": {
36
- "test": "uvu -r tsm",
+ "test": "tsx --test test.ts",
37
"test:coverage": "c8 --include=src pnpm test",
38
"test:report": "c8 report --reporter=text-lcov > coverage.lcov",
39
"build": "tsc -p tsconfig.build.json",
@@ -43,4 +42,4 @@
43
42
"publishConfig": {
44
"provenance": true
45
}
46
-}
+}
0 commit comments