23 lines
493 B
JSON
23 lines
493 B
JSON
{
|
|
"name": "schemastery",
|
|
"description": "Type driven schema validator",
|
|
"version": "3.18.0",
|
|
"private": true,
|
|
"main": "lib/index.cjs",
|
|
"module": "lib/index.mjs",
|
|
"types": "lib/types/index.d.ts",
|
|
"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",
|
|
"cosmokit": "^1.8.1"
|
|
}
|
|
}
|