@c8y/bootstrap
Version:
Bootstrap layer
34 lines • 584 B
JSON
{
"name": "@c8y/bootstrap",
"version": "1023.14.2",
"license": "Apache-2.0",
"author": "Cumulocity",
"description": "Bootstrap layer",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"engines": {
"node": ">=14 <=24"
},
"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"
}
}