Skip to main content
Module

x/oak_sessions/egg.json

Session middleware for Oak
Go to Latest
File
{ "$schema": "https://x.nest.land/eggs@0.3.6/src/schema.json", "name": "sessions", "description": "Sessions for Deno web frameworks", "homepage": "https://github.com/jcs224/deno_sessions", "version": "1.5.2", "files": [ "./src/**/*", "./README.md", "./LICENSE" ], "ignore": [ ".git" ], "checkFormat": false, "checkTests": false, "checkInstallation": false, "check": true, "entry": "./mod.ts", "unlisted": false}