UNPKG

plato-sdk

Version:

JavaScript client for interacting with the Plato API

52 lines (51 loc) 1.35 kB
{ "name": "plato-sdk", "version": "0.1.0a29", "description": "JavaScript client for interacting with the Plato API", "main": "dist/index.js", "types": "dist/index.d.ts", "browser": "dist/index.js", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "examples": "NODE_PATH=./src ts-node -r tsconfig-paths/register -P tsconfig.examples.json" }, "keywords": [ "plato", "ai", "automation", "testing" ], "author": "Plato AI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/plato-ai/plato-client.git", "directory": "javascript" }, "homepage": "https://github.com/plato-ai/plato-client#readme", "bugs": { "url": "https://github.com/plato-ai/plato-client/issues" }, "dependencies": { "axios": "^1.6.7", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint": "^8.57.0", "jest": "^29.7.0", "playwright": "^1.42.1", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.3.3" } }