UNPKG

@c8y/toolkit

Version:

Toolkit for Cumulocity applications, allows to e.g. deploy an application to an instance of Cumulocity.

37 lines 837 B
{ "name": "@c8y/toolkit", "version": "1021.78.7", "license": "Apache-2.0", "author": "Cumulocity GmbH", "description": "Toolkit for Cumulocity applications, allows to e.g. deploy an application to an instance of Cumulocity.", "main": "dist/index.js", "bin": { "c8y-toolkit": "./dist/cli.js" }, "scripts": { "build": "rimraf dist && tsc", "cli": "yarn build && node ./dist/cli.js" }, "keywords": [ "Cumulocity", "IoT", "m2m" ], "dependencies": { "@c8y/client": "1021.78.7", "chalk": "^4.1.2", "commander": "13.1.0", "lodash": "4.17.21", "semver": "~7.7.1", "tslib": "^2.6.3", "unzip-stream": "0.3.4" }, "devDependencies": { "@types/lodash": "4.17.16", "@types/semver": "^7.5.7", "@types/unzip-stream": "0.3.4" }, "files": [ "dist" ] }