We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbef5ed + 68a7275 commit 5e01371Copy full SHA for 5e01371
package.json
@@ -8,12 +8,12 @@
8
"dbhub": "dist/index.js"
9
},
10
"files": [
11
- "dist/**/*",
+ "dist",
12
"LICENSE",
13
"README.md"
14
],
15
"scripts": {
16
- "build": "tsc",
+ "build": "tsup ./src --format esm --dts --clean",
17
"start": "node dist/index.js",
18
"dev": "NODE_ENV=development tsx src/index.ts",
19
"crossdev": "cross-env NODE_ENV=development tsx src/index.ts"
@@ -39,6 +39,7 @@
39
"@types/pg": "^8.11.11",
40
"cross-env": "^7.0.3",
41
"ts-node": "^10.9.2",
42
+ "tsup": "^8.4.0",
43
"tsx": "^4.19.3",
44
"typescript": "^5.8.2"
45
@@ -54,4 +55,4 @@
54
55
"include": [
56
"src/**/*"
57
]
-}
58
+}
0 commit comments