@samual/cookie
Version:
Set and get cookies with optional type validation with a Standard Schema.
45 lines • 1 kB
JSON
{
"name": "@samual/cookie",
"version": "0.0.3",
"description": "Set and get cookies with optional type validation with a Standard Schema.",
"keywords": [
"bundle-size",
"cookie",
"modular",
"parsing",
"runtime",
"schema",
"type-safe",
"typescript",
"validation",
"zod",
"interface",
"standard-schema",
"valibot"
],
"homepage": "https://github.com/samualtnorman/cookie#readme",
"bugs": {
"url": "https://github.com/samualtnorman/cookie/issues",
"email": "me@samual.uk"
},
"license": "MIT",
"author": "Samual Norman <me@samual.uk> (https://samual.uk/)",
"files": [
"*"
],
"repository": "github:samualtnorman/cookie",
"dependencies": {
"@samual/lib": "^0.13.0",
"@standard-schema/spec": "1.0.0",
"@standard-schema/utils": "^0.3.0"
},
"exports": {
".": "./index.js",
"./*": "./*.js",
"./*.js": "./*.js"
},
"type": "module",
"engines": {
"node": "^18.20 || ^20.10 || >=22"
}
}