UNPKG

@routup/cookie

Version:
67 lines (66 loc) 1.75 kB
{ "name": "@routup/cookie", "version": "4.0.0", "type": "module", "description": "Cookie plugin for routup.", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "types": "./dist/index.d.mts", "files": [ "dist/" ], "scripts": { "build": "npm run build:js && npm run build:types", "build:js": "rimraf ./dist && tsdown", "build:types": "tsc --noEmit -p tsconfig.build.json", "test": "vitest run --config ./test/vitest.config.ts", "test:coverage": "vitest run --config ./test/vitest.config.ts --coverage", "lint": "eslint ./src", "lint:fix": "npm run lint -- --fix" }, "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "license": "MIT", "keywords": [ "cookie", "cookie-serialize", "cookie-parse", "api", "rest", "http", "router", "api-router", "route", "routing" ], "repository": { "type": "git", "url": "git+https://github.com/routup/plugins.git", "directory": "packages/cookie" }, "bugs": { "url": "https://github.com/routup/plugins/issues" }, "homepage": "https://github.com/routup/plugins#readme", "peerDependencies": { "routup": "^6.0.0" }, "dependencies": { "cookie-es": "^3.1.1" }, "devDependencies": { "routup": "^6.0.0" }, "gitHead": "94d729e309c1eec0401afb4d8083f65ce3aa8e0b", "publishConfig": { "access": "public" } }