mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-15 01:36:20 +08:00
36 lines
760 B
JSON
36 lines
760 B
JSON
{
|
|
"name": "@vben/node-utils",
|
|
"version": "4.0.0-beta1",
|
|
"private": true,
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "module",
|
|
"scripts": {
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./dist/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@changesets/git": "catalog:",
|
|
"@manypkg/get-packages": "catalog:",
|
|
"chalk": "catalog:",
|
|
"consola": "catalog:",
|
|
"dayjs": "catalog:",
|
|
"execa": "catalog:",
|
|
"find-up": "catalog:",
|
|
"ora": "catalog:",
|
|
"pkg-types": "catalog:",
|
|
"rimraf": "catalog:"
|
|
}
|
|
}
|