40 lines
947 B
JSON
40 lines
947 B
JSON
{
|
|
"name": "@deepseek-ai/schemastery",
|
|
"description": "Type driven schema validator",
|
|
"version": "3.18.1-rc.1",
|
|
"publishConfig": {
|
|
"access": "restricted"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
|
"directory": "vendor/schemastery"
|
|
},
|
|
"type": "module",
|
|
"main": "lib/index.cjs",
|
|
"module": "lib/index.mjs",
|
|
"types": "lib/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"import": "./lib/index.mjs",
|
|
"require": "./lib/index.cjs"
|
|
},
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib/index.mjs",
|
|
"lib/index.cjs",
|
|
"lib/types/**/*.d.ts",
|
|
"lib/types/**/*.d.ts.map",
|
|
"src"
|
|
],
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@standard-schema/spec": "^1.1.0",
|
|
"@deepseek-ai/cosmokit": "workspace:^"
|
|
}
|
|
}
|