UNPKG

@nexu-ai/cli

Version:
55 lines (54 loc) 1.18 kB
{ "name": "@nexu-ai/cli", "version": "0.0.5", "description": "CLI tool for Nexu.sh SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "nexu": "./dist/index.js" }, "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/core": "^0.0.4", "@nexu-ai/shared": "^0.0.4", "commander": "^12.0.0" }, "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", "cli", "aws", "latam" ], "author": "Nexu.sh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nexu-ai/node-sdk.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/nexu-ai/node-sdk/issues" }, "homepage": "https://github.com/nexu-ai/node-sdk#readme" }