2026-06-11 10:53:32 +08:00
|
|
|
{
|
2026-08-10 22:04:06 +08:00
|
|
|
"name": "@deepseek-ai/cordis",
|
2026-06-11 10:53:32 +08:00
|
|
|
"description": "Meta-Framework for Modern JavaScript Applications",
|
2026-08-11 02:46:10 +08:00
|
|
|
"version": "4.0.1-rc.1",
|
2026-08-11 00:02:53 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "restricted"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
|
|
|
"directory": "vendor/cordis"
|
|
|
|
|
},
|
2026-06-11 10:53:32 +08:00
|
|
|
"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-08-11 01:26:36 +08:00
|
|
|
"bin.js",
|
|
|
|
|
"src"
|
2026-06-11 10:53:32 +08:00
|
|
|
],
|
|
|
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"peerDependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cordis-plugin-include": "workspace:^",
|
|
|
|
|
"@deepseek-ai/cordis-plugin-loader": "workspace:^"
|
2026-06-11 10:53:32 +08:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
2026-08-10 22:04:06 +08:00
|
|
|
"@deepseek-ai/cordis-plugin-include": {
|
2026-06-11 10:53:32 +08:00
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-08-10 22:04:06 +08:00
|
|
|
"@deepseek-ai/cordis-plugin-loader": {
|
2026-06-11 10:53:32 +08:00
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@standard-schema/spec": "^1.1.0",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cosmokit": "workspace:^"
|
2026-06-11 10:53:32 +08:00
|
|
|
}
|
|
|
|
|
}
|