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 2043cca commit e209f3bCopy full SHA for e209f3b
.gitignore
@@ -5,3 +5,4 @@ dist
5
coverage
6
.profile
7
bun.lockb
8
+tsconfig.tsbuildinfo
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"bench:bun": "bun ./test/bench",
18
"bench:node": "node --import jiti/register ./test/bench",
19
- "build": "unbuild",
+ "build": "obuild src/index.ts",
20
"dev": "vitest",
21
"lint": "eslint . && prettier -c src test",
22
"lint:fix": "automd && eslint --fix . && prettier -w src test",
@@ -37,10 +37,10 @@
37
"jiti": "^2.4.2",
38
"listhen": "^1.9.0",
39
"mitata": "^1.0.34",
40
+ "obuild": "^0.0.3",
41
"prettier": "^3.5.3",
42
"rou3-release": "npm:rou3@0.5.1",
43
"typescript": "^5.8.3",
- "unbuild": "^3.5.0",
44
"vitest": "^3.1.1"
45
},
46
"packageManager": "pnpm@10.8.1"
0 commit comments