UNPKG

@c8y/toolkit

Version:

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

39 lines 888 B
{ "name": "@c8y/toolkit", "version": "1023.83.4", "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": "1023.83.4", "chalk": "^4.1.2", "commander": "13.1.0", "lodash": "^4.18.1", "semver": "~7.7.1", "tslib": "^2.6.3", "unzip-stream": "0.3.4" }, "devDependencies": { "@types/lodash": "^4.17.24", "@types/semver": "^7.5.7", "@types/unzip-stream": "0.3.4", "rimraf": "2.6.2", "typescript": "5.9.3" }, "files": [ "dist" ] }