@kumologica/builder
Version:
Kumologica build and deploy module
34 lines (33 loc) • 787 B
JSON
{
"name": "@kumologica/builder",
"version": "3.6.2",
"description": "Kumologica build and deploy module",
"main": "src/index.js",
"files": [
"src/**/*",
"assets/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/KumologicaHQ/kumologica-builder.git"
},
"keywords": [
"kumologica"
],
"bugs": {
"url": "https://github.com/KumologicaHQ/kumologica-builder/issues"
},
"homepage": "https://github.com/KumologicaHQ/kumologica-builder#readme",
"dependencies": {
"adm-zip": "0.5.4",
"body-parser": "1.20.1",
"chalk": "2.4.2",
"compare-versions": "^6.1.1",
"fs": "0.0.1-security",
"fs-extra": "10.1.0",
"jsonata": "1.8.5",
"path": "0.12.7",
"request": "2.88.2",
"semver": "7.6.2"
}
}