UNPKG

@taxum/cookie

Version:

Cookie jar for Taxum

45 lines 885 B
{ "name": "@taxum/cookie", "description": "Cookie jar for Taxum", "version": "1.1.5", "type": "module", "author": "Ben Scholzen 'DASPRiD'", "license": "BSD-3-Clause", "keywords": [ "node", "typescript", "server", "http", "cookie", "jar" ], "repository": { "type": "git", "url": "https://github.com/DASPRiD/taxum.git" }, "files": [ "dist/**/*" ], "exports": { ".": { "types": [ "./dist/index.d.ts", "./src/index.ts" ], "taxum": "./src/index.ts", "default": "./dist/index.js" } }, "dependencies": { "@taxum/core": "1.3.0" }, "devDependencies": { "temporal-polyfill": "^1.0.1" }, "scripts": { "build": "tsc -p tsconfig.build.json", "test": "tsx -C taxum --test --test-reporter=spec", "test:ci": " pnpm test", "typecheck": "tsc --noEmit" } }