Files
deepseek-harness/vendor/cordis/package.json
T
2026-07-15 10:39:18 +08:00

44 lines
980 B
JSON

{
"name": "cordis",
"description": "Meta-Framework for Modern JavaScript Applications",
"version": "4.0.0-rc.7",
"private": true,
"sideEffects": false,
"type": "module",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"bin": "bin.js",
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"default": "./lib/index.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/types/**/*.d.ts",
"lib/types/**/*.d.ts.map",
"bin.js"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@cordisjs/plugin-include": "^1.0.4",
"@cordisjs/plugin-loader": "^1.0.0-rc.5"
},
"peerDependenciesMeta": {
"@cordisjs/plugin-include": {
"optional": true
},
"@cordisjs/plugin-loader": {
"optional": true
}
},
"dependencies": {
"@standard-schema/spec": "^1.1.0",
"cosmokit": "^1.8.1"
}
}