UNPKG

@ddegtyarev/aws-tools

Version:

This project contains AWS API integration tools for use in Vertex AI SDK.

65 lines (64 loc) 1.49 kB
{ "name": "@ddegtyarev/aws-tools", "version": "1.7.1", "description": "This project contains AWS API integration tools for use in Vertex AI SDK.", "repository": { "type": "git", "url": "git+https://github.com/ai-1st/aws-tools.git" }, "main": "dist/src/index.js", "exports": { ".": { "import": "./dist/src/index.js", "types": "./dist/src/index.d.ts" }, "./chartUtils": { "import": "./dist/src/chartUtils.js", "types": "./dist/src/chartUtils.d.ts" } }, "files": [ "dist", "docs", "README.md", "LICENSE", "ARCHITECTURE.md" ], "sideEffects": false, "scripts": { "build": "tsc", "test": "vitest run", "test:verbose": "VERBOSE=true vitest run --reporter=verbose", "test:file": "vitest run", "test:watch": "vitest" }, "keywords": [ "aws", "vercel-ai-sdk", "tools", "api", "cloudwatch", "ec2", "cost-explorer" ], "author": "Dmitry Degtyarev", "license": "MIT", "type": "module", "devDependencies": { "@types/vega": "^0.0.30", "canvas": "^3.1.2", "typescript": "^5.8.3", "vega": "^6.1.2", "vega-lite": "^6.2.0", "vitest": "^2.1.8" }, "dependencies": { "@aws-sdk/client-cloudwatch": "^3.844.0", "@aws-sdk/client-cost-explorer": "^3.844.0", "@aws-sdk/client-cost-optimization-hub": "^3.844.0", "@aws-sdk/client-ec2": "^3.844.0", "ajv": "^8.17.1", "date-fns": "^4.1.0", "tslib": "^2.8.1" } }