- Upgraded various dependencies across multiple package.json files, including @babel/core to 7.28.0, @keyv/redis to 4.6.0, and mongoose to 8.16.2. - Updated axios to version 1.10.0 and nodemailer to 7.0.5 for enhanced performance. - Adjusted types for @types/lodash and @types/node to their latest versions for better type safety. - Incremented better-auth to 1.2.12 and updated other related packages for stability. Signed-off-by: Innei <tukon479@gmail.com>
22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "@mx-space/compiled",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"exports": {
|
|
".": "./dist/index.cjs",
|
|
"./auth": "./dist/auth.cjs",
|
|
"./zod": "./dist/zod.cjs",
|
|
"./install-pkg": "./dist/install-pkg.cjs"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/install-pkg": "1.1.0",
|
|
"better-auth": "1.2.12",
|
|
"nanoid": "5.1.5",
|
|
"zod": "3.25.63",
|
|
"zx": "7.2.3"
|
|
}
|
|
} |