文件预览

package.json

查看 Price Win 技能包中的文件内容。

文件内容

package.json

{
  "name": "opentravel",
  "version": "0.3.7",
  "type": "module",
  "private": true,
  "description": "Agent-driven browser primitives + OpenTravel API client. The agent reasons over text DOM snapshots and drives the browser action-by-action — no pre-coded selectors.",
  "bin": {
    "browse": "bin/browse.js"
  },
  "scripts": {
    "postinstall": "echo 'Run install.sh next to download Chromium' >&2"
  },
  "dependencies": {
    "patchright": "^1.55.2"
  },
  "engines": {
    "node": ">=20"
  }
}