2026-06-11 10:53:32 +08:00
|
|
|
{
|
|
|
|
|
"name": "@cordisjs/plugin-group",
|
|
|
|
|
"description": "Nested plugin group for cordis",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
2026-06-20 00:26:02 +08:00
|
|
|
"types": "lib/types/index.d.ts",
|
2026-06-11 10:53:32 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-06-20 00:26:02 +08:00
|
|
|
"types": "./lib/types/index.d.ts",
|
2026-06-11 10:53:32 +08:00
|
|
|
"default": "./lib/index.js"
|
|
|
|
|
},
|
|
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-17 23:21:05 +08:00
|
|
|
"lib/index.js",
|
2026-06-20 00:26:02 +08:00
|
|
|
"lib/types/**/*.d.ts",
|
|
|
|
|
"lib/types/**/*.d.ts.map",
|
2026-06-11 10:53:32 +08:00
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
2026-07-15 11:28:45 +08:00
|
|
|
"@cordisjs/plugin-loader": "^1.0.0-rc.5",
|
|
|
|
|
"cordis": "^4.0.0-rc.7"
|
2026-06-11 10:53:32 +08:00
|
|
|
}
|
|
|
|
|
}
|