UNPKG

@playword/core

Version:
66 lines (65 loc) 1.58 kB
{ "name": "@playword/core", "version": "0.3.3", "description": "Supercharge your web test automation experience with AI", "keywords": [ "ai", "anthropic", "automated test", "google", "langchain", "openai", "playwright", "voyageai" ], "homepage": "https://github.com/Foreverskyin0216/playword/blob/main/packages/core/README.md", "repository": { "type": "git", "url": "https://github.com/Foreverskyin0216/playword.git" }, "scripts": { "build": "tsup" }, "license": "MIT", "author": "Zong-Wei Lu <foreverskyin@gmail.com>", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.js" } }, "dependencies": { "@langchain/anthropic": "^0.3.15", "@langchain/core": "^0.3.42", "@langchain/google-genai": "^0.2.1", "@langchain/langgraph": "^0.2.57", "@langchain/openai": "^0.4.7", "sanitize-html": "^2.15.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.11", "@types/sanitize-html": "^2.13.0", "jsdom": "^26.0.0", "playwright-core": "^1.51.1", "tsup": "^8.4.0" }, "publishConfig": { "access": "public", "provenance": true, "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=20" }, "gitHead": "ab78626801a0db3bb23cf9cacf432f12c62cef0d" }