UNPKG

@pipedream.in/cloud-compute-sdk

Version:

Official SDK for Pipedream Cloud Compute Platform

36 lines (35 loc) 717 B
{ "name": "@pipedream.in/cloud-compute-sdk", "version": "1.0.2", "description": "Official SDK for Pipedream Cloud Compute Platform", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest" }, "keywords": [ "cloud", "compute", "infrastructure", "deployment", "sdk", "typescript" ], "author": "Pipedream", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/PIpedream-in/cloud-compute-sdk.git" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ] }