2026-06-11 10:53:32 +08:00
|
|
|
{
|
|
|
|
|
"name": "@cordisjs/plugin-loader",
|
|
|
|
|
"description": "Plugin loader for cordis",
|
2026-07-15 10:39:18 +08:00
|
|
|
"version": "1.0.0-rc.5",
|
2026-06-11 10:53:32 +08:00
|
|
|
"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"
|
|
|
|
|
},
|
2026-07-30 03:45:49 +08:00
|
|
|
"./repository": {
|
|
|
|
|
"types": "./lib/types/repository.d.ts",
|
|
|
|
|
"default": "./lib/repository.js"
|
|
|
|
|
},
|
2026-06-11 10:53:32 +08:00
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-17 23:21:05 +08:00
|
|
|
"lib/index.js",
|
2026-07-30 03:45:49 +08:00
|
|
|
"lib/repository.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 10:39:18 +08:00
|
|
|
"cordis": "^4.0.0-rc.7",
|
2026-08-03 23:04:45 +08:00
|
|
|
"node-addon-require-builtin": "^0.1.4"
|
2026-07-15 10:39:18 +08:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"node-addon-require-builtin": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
2026-06-11 10:53:32 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-30 03:45:49 +08:00
|
|
|
"cosmokit": "^1.8.1",
|
|
|
|
|
"pnpm": "11.7.0"
|
2026-06-11 10:53:32 +08:00
|
|
|
}
|
|
|
|
|
}
|