Files
deepseek-harness/vendor/cosmokit/package.json
T

33 lines
744 B
JSON
Raw Normal View History

2026-06-11 10:53:32 +08:00
{
"name": "@deepseek-ai/cosmokit",
2026-06-11 10:53:32 +08:00
"description": "A collection of common utilities",
"version": "1.8.1",
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
"directory": "vendor/cosmokit"
},
2026-06-11 10:53:32 +08:00
"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"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"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
"src"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT"
}