UNPKG

cookie-lite

Version:

Super lightweight cookie parser and serializer

41 lines (40 loc) 955 B
{ "name": "cookie-lite", "version": "0.0.2", "description": "Super lightweight cookie parser and serializer", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "uvu tests", "prepublishOnly": "npm install --dev && npm test", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "repository": { "type": "git", "url": "git+https://github.com/leelaprasadv/cookie-lite.git" }, "keywords": [ "cookie", "cookie-lite", "lightcookie", "cookie-parse", "cookie-serialize" ], "author": "Leela Prasad V", "license": "SEE LICENSE IN LICENSE.md", "bugs": { "url": "https://github.com/leelaprasadv/cookie-lite/issues" }, "homepage": "https://github.com/leelaprasadv/cookie-lite#readme", "devDependencies": { "uvu": "^0.5.6", "vitepress": "^1.5.0" }, "engines": { "node": ">=18" } }