UNPKG

@thermopylae/core.cookie-session

Version:
75 lines 2.45 kB
{ "name": "@thermopylae/core.cookie-session", "description": "Cookie user session for HTTP interface.", "keywords": [ "thermopylae", "core", "session", "user-session", "cookie-session" ], "version": "1.0.1", "author": "Rusu Marin <dimarusu2000@gmail.com>", "repository": "https://github.com/marinrusu1997/thermopylae", "main": "dist/index.js", "exports": "./dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "lint": "eslint \"lib/**/*.ts\" \"test/**/*.ts\" --fix", "build": "gulp --gulpfile gulpfile.cjs build", "doc": "gulp --gulpfile gulpfile.cjs doc", "test": "gulp --gulpfile gulpfile.cjs test", "report": "gulp --gulpfile gulpfile.cjs report", "coverage": "gulp --gulpfile gulpfile.cjs coverage", "coverage:show": "gulp --gulpfile gulpfile.cjs coverageShow", "debug": "gulp --gulpfile gulpfile.cjs debug", "clean": "gulp --gulpfile gulpfile.cjs clean", "purge": "gulp --gulpfile gulpfile.cjs purge", "prepublishOnly": "npm run lint && npm run clean && npm run build", "unpublish": "npm unpublish --force $npm_package_name" }, "dependencies": { "@thermopylae/core.declarations": "1", "@thermopylae/core.logger": "1", "@thermopylae/core.redis": "1", "@thermopylae/core.user-session.commons": "1", "@thermopylae/lib.exception": "1", "@thermopylae/lib.user-session": "1", "cookie": "0" }, "devDependencies": { "@thermopylae/core.adapter.express": "1", "@thermopylae/dev.unit-test": "1", "@thermopylae/dev.environment": "1", "@types/capitalize": "2", "@types/cookie": "0", "@types/cookie-parser": "1", "@types/express": "4", "@types/express-request-id": "1", "@types/morgan": "1", "@types/node-fetch": "2", "body-parser": "1", "capitalize": "2", "cookie-parser": "1", "dotenv": "10", "express": "4", "express-async-handler": "1", "express-request-id": "1", "morgan": "1", "node-fetch": "2", "unix-timestamp": "0" }, "lint-staged": { "*.ts": [ "eslint" ] }, "engines": { "node": ">= 16" }, "license": "MIT", "type": "module" }