This commit is contained in:
2026-02-12 14:41:18 +08:00
commit fee9a965ba
4 changed files with 987 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "test-pkgroll",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "pkgroll"
},
"exports": {
".": "./dist/index.js"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.28.2",
"type": "module",
"devDependencies": {
"pkgroll": "^2.24.0"
}
}