60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "page-agent",
|
|
"private": false,
|
|
"version": "1.5.4",
|
|
"type": "module",
|
|
"main": "./dist/esm/page-agent.js",
|
|
"module": "./dist/esm/page-agent.js",
|
|
"types": "./dist/esm/PageAgent.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/esm/PageAgent.d.ts",
|
|
"import": "./dist/esm/page-agent.js",
|
|
"default": "./dist/esm/page-agent.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"description": "GUI agent for web applications - add intelligent automation to any webpage with a single script",
|
|
"keywords": [
|
|
"ai",
|
|
"automation",
|
|
"ui-agent",
|
|
"GUI-agent",
|
|
"browser-automation",
|
|
"web-agent",
|
|
"llm",
|
|
"dom-interaction",
|
|
"web-automation",
|
|
"GUI-simulation"
|
|
],
|
|
"author": "Simon<gaomeng1900>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alibaba/page-agent.git"
|
|
},
|
|
"homepage": "https://alibaba.github.io/page-agent/",
|
|
"scripts": {
|
|
"build": "vite build && npm run build:demo",
|
|
"build:demo": "vite build --config vite.iife.config.js",
|
|
"dev:demo": "concurrently \"vite build --config vite.iife.config.js --watch\" \"npx serve dist/iife -p 5174\"",
|
|
"prepublishOnly": "node -e \"const fs=require('fs');['README.md','LICENSE'].forEach(f=>fs.copyFileSync('../../'+f,f))\"",
|
|
"postpublish": "node -e \"['README.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\""
|
|
},
|
|
"dependencies": {
|
|
"@page-agent/core": "1.5.4",
|
|
"@page-agent/llms": "1.5.4",
|
|
"@page-agent/page-controller": "1.5.4",
|
|
"@page-agent/ui": "1.5.4",
|
|
"chalk": "^5.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.0 || ^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.3.5"
|
|
}
|
|
}
|