@eggjs/extend2
Advanced tools
+12
-8
| { | ||
| "name": "@eggjs/extend2", | ||
| "version": "5.0.2-beta.17", | ||
| "version": "5.0.2-beta.19", | ||
| "description": "Port of jQuery.extend for Node.js", | ||
@@ -30,14 +30,18 @@ "keywords": [ | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5.9.3", | ||
| "@eggjs/tsconfig": "3.1.2-beta.17" | ||
| "@eggjs/tsconfig": "3.1.2-beta.19", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| } | ||
| } | ||
| } |
5082
1.93%