stnl
Version:
A simple, opinionated type validator built for performance
30 lines • 860 B
JSON
{
"name": "stnl",
"version": "1.2.2",
"description": "A simple, opinionated type validator built for performance",
"keywords": ["validator", "minimal", "fast", "simple", "browser", "node", "bun"],
"repository": {
"type": "github",
"url": "https://github.com/re-utils/stnl"
},
"license": "MIT",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"optionalDependencies": {
"@standard-schema/spec": "^1.0.0"
},
"exports": {
"./compat/standard-schema": "./compat/standard-schema.js",
"./type": "./type.js",
"./compat": "./compat/index.js",
"./build": "./build/index.js",
"./build/utils": "./build/utils.js",
"./compat/json-schema": "./compat/json-schema.js",
"./build/json": "./build/json/index.js",
"./build/json/stringify": "./build/json/stringify.js",
".": "./index.js",
"./limit": "./limit.js",
"./build/json/assert": "./build/json/assert.js"
}
}