UNPKG

@midwayjs/session

Version:

midway session component for koa and faas

44 lines (43 loc) 1.03 kB
{ "name": "@midwayjs/session", "description": "midway session component for koa and faas", "version": "3.20.3", "main": "dist/index.js", "typings": "index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "index.d.ts" ], "devDependencies": { "@midwayjs/core": "^3.20.3", "@midwayjs/mock": "^3.20.3" }, "dependencies": { "@midwayjs/cookies": "^1.0.2" }, "keywords": [ "midway", "web", "koa", "faas", "session" ], "author": "czy88840616 <czy88840616@gmail.com>", "license": "MIT", "scripts": { "build": "tsc", "test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand", "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit", "ci": "npm run test", "lint": "mwts check" }, "engines": { "node": ">=12" }, "repository": { "type": "git", "url": "https://github.com/midwayjs/midway.git" }, "gitHead": "a0918e46838e220fd000997796dbc8d669d28746" }