UNPKG

egg-cookies

Version:
46 lines (45 loc) 1.12 kB
{ "name": "egg-cookies", "version": "2.10.1", "engines": { "node": ">= 10.0.0" }, "description": "cookies module for egg", "files": [ "lib", "index.d.ts" ], "main": "lib/cookies.js", "dependencies": { "scmp": "^2.0.0", "should-send-same-site-none": "^2.0.2", "utility": "^1.14.0" }, "devDependencies": { "@types/node": "^10.9.4", "beautify-benchmark": "^0.2.4", "benchmark": "^2.1.4", "cookies": "^0.7.1", "egg-bin": "1", "eslint": "^7.3.1", "eslint-config-egg": "^8.0.1", "git-contributor": "2", "keygrip": "^1.0.2", "ts-node": "^7.0.1", "typescript": "^3.0.3" }, "repository": { "type": "git", "url": "https://github.com/eggjs/egg-cookies.git" }, "homepage": "https://github.com/eggjs/egg-cookies", "author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)", "license": "MIT", "scripts": { "contributor": "git-contributor", "test": "npm run lint -- --fix && egg-bin test", "cov": "egg-bin cov", "lint": "eslint lib benchmark test", "ci": "npm run lint && npm run cov" } }