UNPKG

@nexu-ai/core

Version:

Core functionality for Nexu.sh SDK

50 lines (49 loc) 1.09 kB
{ "name": "@nexu-ai/core", "version": "0.0.5", "description": "Core functionality for Nexu.sh SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && mkdir -p dist && tsc --build", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@aws-sdk/client-cloudformation": "^3.0.0", "@aws-sdk/client-lambda": "^3.0.0", "@nexu-ai/shared": "^0.0.4" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.8.2", "eslint": "^9.23.0" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "ai", "sdk", "core", "aws", "latam" ], "author": "Nexu.sh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nexu-ai/node-sdk.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/nexu-ai/node-sdk/issues" }, "homepage": "https://github.com/nexu-ai/node-sdk#readme" }