@criticalmanufacturing/portal
Version:
Critical Manufacturing Portal CLI
41 lines (40 loc) • 991 B
JSON
{
"name": "@criticalmanufacturing/portal",
"version": "1.19.0",
"description": "Critical Manufacturing Portal CLI",
"author": "Critical Manufacturing, SA",
"keywords": [
"cmf",
"cmf-cli-plugin"
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/criticalmanufacturing/portal-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/criticalmanufacturing/portal-sdk.git"
},
"bugs": {
"url": "https://github.com/criticalmanufacturing/portal-sdk/issues"
},
"bin": {
"cmf-portal": "./bin/cmf-portal"
},
"scripts": {
"postinstall": "node install.js"
},
"os": [
"win32",
"linux"
],
"cpu": [
"x64"
],
"dependencies": {
"adm-zip": "^0.5.5",
"axios": "^1.7.9",
"node_modules-path": "^2.0.5",
"proxy-agent": "^5.0.0",
"rimraf": "^3.0.2",
"tmp": "0.2.1"
}
}