We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6641640 commit a064015Copy full SHA for a064015
package.json
@@ -19,15 +19,15 @@
19
"dprint": "^0.53.0",
20
"nock": "^14.0.0",
21
"oxlint": "^1.1.0",
22
- "tsup": "^8.0.1",
+ "tsdown": "^0.21.7",
23
"typescript": "^5.0.2"
24
},
25
"engines": {
26
"node": ">= 20"
27
28
- "main": "./dist/index.js",
+ "main": "./dist/index.mjs",
29
"exports": {
30
- ".": "./dist/index.js",
+ ".": "./dist/index.mjs",
31
"./package.json": "./package.json"
32
33
"keywords": [
@@ -37,7 +37,7 @@
37
"license": "MIT",
38
"repository": "u-wave/u-wave-source-youtube",
39
"scripts": {
40
- "build": "tsup src/index.ts --format esm --dts",
+ "build": "tsdown src/index.ts --format esm --dts",
41
"prepare": "npm run build",
42
"lint": "oxlint src && dprint check",
43
"tests-only": "node test/test.js",
0 commit comments