Bumps the production-dependencies group with 3 updates in the / directory: [zod](https://github.com/colinhacks/zod), [motion](https://github.com/motiondivision/motion) and [simple-icons](https://github.com/simple-icons/simple-icons). Updates `zod` from 4.2.1 to 4.3.5 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.2.1...v4.3.5) Updates `motion` from 12.23.26 to 12.24.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.26...v12.24.0) Updates `simple-icons` from 16.2.0 to 16.4.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.2.0...16.4.0) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: motion dependency-version: 12.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: simple-icons dependency-version: 16.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@page-agent/llms",
|
|
"version": "0.0.18",
|
|
"type": "module",
|
|
"main": "./dist/lib/page-agent-llms.js",
|
|
"module": "./dist/lib/page-agent-llms.js",
|
|
"types": "./dist/lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/lib/index.d.ts",
|
|
"import": "./dist/lib/page-agent-llms.js",
|
|
"default": "./dist/lib/page-agent-llms.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"description": "LLM client with reflection-before-action mental model for page-agent",
|
|
"keywords": [
|
|
"page-agent",
|
|
"llm",
|
|
"openai",
|
|
"tool-calling",
|
|
"agent"
|
|
],
|
|
"author": "Simon<gaomeng1900>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alibaba/page-agent.git",
|
|
"directory": "packages/llms"
|
|
},
|
|
"homepage": "https://alibaba.github.io/page-agent/",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepublishOnly": "node -e \"const fs=require('fs');['LICENSE'].forEach(f=>fs.copyFileSync('../../'+f,f))\"",
|
|
"postpublish": "node -e \"['LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\""
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|