- Changed pnpm setting in eslint.config.mjs from true to false. - Updated various dependencies in package.json to specific versions for better stability and compatibility. - Removed optionalDependencies from package.json to streamline the dependency management. - Refactored ai-agent.service.ts to replace ToolInterface with DynamicStructuredTool for improved type safety. Signed-off-by: Innei <tukon479@gmail.com>
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": "@mx-space/compiled",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"exports": {
|
|
".": "./dist/index.cjs",
|
|
"./zx-global": "./zx-global.cjs",
|
|
"./auth": "./dist/auth.cjs",
|
|
"./zod": "./dist/zod.cjs"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup"
|
|
},
|
|
"devDependencies": {
|
|
"better-auth": "1.2.5",
|
|
"nanoid": "5.1.5",
|
|
"zod": "3.24.3",
|
|
"zx": "7.2.3"
|
|
}
|
|
} |