UNPKG

@c8y/bootstrap

Version:

Bootstrap layer

34 lines 584 B
{ "name": "@c8y/bootstrap", "version": "1022.13.0", "license": "Apache-2.0", "author": "Cumulocity", "description": "Bootstrap layer", "exports": { ".": "./dist/index.js" }, "main": "./dist/index.js", "engines": { "node": ">=14 <=22" }, "scripts": { "build": "rimraf dist && tsc -p ./tsconfig.json" }, "files": [ "dist/" ], "devDependencies": { "typescript": "5.5.4" }, "keywords": [ "Cumulocity", "IoT", "m2m", "devkit", "tools" ], "dependencies": { "chroma-js": "3.1.2", "lodash": "4.17.21" } }