This commit is contained in:
2026-02-06 22:51:28 +08:00
parent 4329da08cb
commit 73c8f8ba13
3 changed files with 18 additions and 3 deletions

View File

@@ -41,8 +41,7 @@
"build:cjs": "tsc --module CommonJS --outDir dist/cjs --moduleSuffixes .cjs",
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
"lint": "eslint src --ext .ts",
"test": "jest",
"prepublishOnly": "npm run build"
"test": "jest"
},
"devDependencies": {
"@types/node": "^25.2.1",