19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"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"
|
|
}
|
|
} |