@eggjs/cookies
Advanced tools
+12
-8
| { | ||
| "name": "@eggjs/cookies", | ||
| "version": "4.0.2-beta.17", | ||
| "version": "4.0.2-beta.19", | ||
| "description": "cookies module for egg", | ||
@@ -25,4 +25,11 @@ "homepage": "https://github.com/eggjs/egg/tree/next/packages/cookies", | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| }, | ||
| "dependencies": { | ||
@@ -33,2 +40,3 @@ "should-send-same-site-none": "^2.0.5", | ||
| "devDependencies": { | ||
| "@eggjs/tsconfig": "3.1.2-beta.19", | ||
| "beautify-benchmark": "^0.2.4", | ||
@@ -38,11 +46,7 @@ "benchmark": "^2.1.4", | ||
| "keygrip": "^1.0.2", | ||
| "typescript": "^5.9.3", | ||
| "@eggjs/tsconfig": "3.1.2-beta.17" | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| } | ||
| } | ||
| } |
25159
0.38%