2026-06-11 10:53:32 +08:00
|
|
|
{
|
|
|
|
|
"name": "cordis",
|
|
|
|
|
"description": "Meta-Framework for Modern JavaScript Applications",
|
2026-07-15 10:39:18 +08:00
|
|
|
"version": "4.0.0-rc.7",
|
2026-06-11 10:53:32 +08:00
|
|
|
"private": true,
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"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
|
|
|
"bin": "bin.js",
|
|
|
|
|
"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
|
|
|
"bin.js"
|
|
|
|
|
],
|
|
|
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@cordisjs/plugin-include": "^1.0.4",
|
2026-07-15 10:39:18 +08:00
|
|
|
"@cordisjs/plugin-loader": "^1.0.0-rc.5"
|
2026-06-11 10:53:32 +08:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@cordisjs/plugin-include": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@cordisjs/plugin-loader": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@standard-schema/spec": "^1.1.0",
|
|
|
|
|
"cosmokit": "^1.8.1"
|
|
|
|
|
}
|
|
|
|
|
}
|