UNPKG

cloudways-js-client

Version:

A client library to power your applications with Cloudways API

36 lines (35 loc) 825 B
{ "name": "cloudways-js-client", "repository": { "type": "git", "url": "git+https://github.com/code-gio/cloudways-js-client.git" }, "version": "0.0.47", "description": "A client library to power your applications with Cloudways API", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "release": "npm run build && changeset publish", "lint": "tsc" }, "keywords": [ "Cloudways", "API", "server management", "web apps", "integration", "automation" ], "author": "Giovani Rodriguez", "license": "MIT", "devDependencies": { "@changesets/cli": "^2.27.1", "tsup": "^8.0.1", "typescript": "^5.4.4" }, "dependencies": { "axios": "^1.6.3" } }