mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
34 lines
750 B
JSON
34 lines
750 B
JSON
{
|
|
"name": "@cordisjs/plugin-include",
|
|
"description": "Include files in cordis configurations",
|
|
"version": "1.0.4",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"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",
|
|
"src"
|
|
],
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@cordisjs/plugin-loader": "^1.0.0-rc.5",
|
|
"cordis": "^4.0.0-rc.7"
|
|
},
|
|
"dependencies": {
|
|
"cosmokit": "^1.8.1",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|