2026-06-11 10:53:32 +08:00
|
|
|
{
|
|
|
|
|
"name": "schemastery",
|
|
|
|
|
"description": "Type driven schema validator",
|
|
|
|
|
"version": "3.18.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "lib/index.cjs",
|
|
|
|
|
"module": "lib/index.mjs",
|
2026-06-20 00:26:02 +08:00
|
|
|
"types": "lib/types/index.d.ts",
|
2026-06-11 10:53:32 +08:00
|
|
|
"files": [
|
2026-06-17 23:21:05 +08:00
|
|
|
"lib/index.mjs",
|
|
|
|
|
"lib/index.cjs",
|
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",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@standard-schema/spec": "^1.1.0",
|
|
|
|
|
"cosmokit": "^1.8.1"
|
|
|
|
|
}
|
|
|
|
|
}
|