UNPKG

@playword/core

Version:
66 lines (65 loc) 1.58 kB
{ "name": "@playword/core", "version": "0.4.11", "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.26", "@langchain/core": "^0.3.72", "@langchain/google-genai": "^0.2.16", "@langchain/langgraph": "^0.4.6", "@langchain/openai": "^0.6.9", "sanitize-html": "^2.17.0", "zod": "^4.1.3" }, "devDependencies": { "@types/node": "^24.3.0", "@types/sanitize-html": "^2.16.0", "jsdom": "^26.1.0", "playwright-core": "^1.55.0", "tsup": "^8.5.0" }, "publishConfig": { "access": "public", "provenance": true, "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=20" }, "gitHead": "077541eb13756df56a1db73a9ac78081145e8ff3" }