{
  "name": "@c8y/cli",
  "version": "1018.0.240",
  "license": "Apache-2.0",
  "author": "Cumulocity",
  "description": "CLI tool for Cumulocity IoT applications",
  "main": "cli.js",
  "engines": {
    "node": ">=14 <17"
  },
  "bin": {
    "c8ycli": "cli.js"
  },
  "scripts": {
    "build": "tsc -p . && tsc -p src/app-bootstrap && yarn copy:schemas",
    "copy:schemas": "npx ncp src/ng-cli/schemas dist/ng-cli/schemas",
    "lint": "tslint --project tsconfig.json",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "test": "jest",
    "test:e2e": "node __tests__/index.js",
    "watch": "tsc -w",
    "watch:bootstrap": "tsc -w -p src/app-bootstrap"
  },
  "builders": "./dist/ng-cli/schemas/builders.json",
  "schematics": "./dist/ng-cli/schemas/collection.json",
  "keywords": [
    "Cumulocity",
    "IoT",
    "m2m",
    "cli",
    "tools"
  ],
  "dependencies": {
    "@babel/core": "^7.12.0",
    "@schematics/angular": "^14.1.0",
    "@babel/eslint-parser": "^7.21.3",
    "@babel/helper-plugin-utils": "^7.14.0",
    "@babel/parser": "^7.14.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.0",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/preset-env": "^7.16.7",
    "@babel/plugin-transform-async-to-generator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.18.9",
    "@c8y/client": "1018.0.240",
    "JSONPath": "0.11.2",
    "angular-gettext-tools": "2.5.3",
    "babel-eslint": "10.0.1",
    "babel-loader": "8.0.5",
    "babel-plugin-angularjs-annotate": "0.10.0",
    "chalk": "2.4.1",
    "commander": "10.0.0",
    "copy-webpack-plugin": "11.0.0",
    "css-loader": "5.0.1",
    "css-minimizer-webpack-plugin": "^4.0.0",
    "dotenv": "16.0.3",
    "terser-webpack-plugin": "^5.3.3",
    "express": "4.16.4",
    "fast-glob": "3.3.1",
    "file-loader": "^6.2.0",
    "fs-extra": "11.1.0",
    "html-loader": "3.1.2",
    "html-webpack-plugin": "5.5.0",
    "http-proxy-middleware": "2.0.6",
    "imports-loader": "^0.8.0",
    "inquirer": "^8.1.2",
    "less": "^3.8.0",
    "less-loader": "7.3.0",
    "lodash": "4.17.21",
    "log-update": "2.3.0",
    "mini-css-extract-plugin": "2.7.2",
    "node-fetch": "^2.6.7",
    "pacote": "9.1.0",
    "pofile": "1.0.11",
    "postcss-loader": "6.1.1",
    "prompt": "1.2.1",
    "sanitize-filename": "1.6.1",
    "semver": "~7.5.2",
    "style-loader": "3.3.1",
    "tslib": "^2.3.1",
    "unzip-stream": "0.3.0",
    "webpack": "5.76.1",
    "webpack-bundle-analyzer": "4.6.1",
    "webpack-dev-middleware": "4.1.0",
    "webpack-hot-middleware": "2.25.3",
    "webpack-merge": "^5.8.0",
    "webpack-sources": "^3.2.3",
    "yargs": "12.0.2",
    "zip-dir": "1.0.2",
    "chroma-js": "2.4.2"
  },
  "devDependencies": {
    "@babel/cli": "7.19.3",
    "@types/express": "4.17.0",
    "@types/fs-extra": "11.0.1",
    "@types/node": "14.11.11",
    "@types/semver": "^7.3.13",
    "@types/webpack": "^5.28.0",
    "@types/webpack-dev-server": "^4.3.1",
    "tslint": "^5.9.1",
    "typescript": "4.7.4"
  },
  "browserslist": [
    "last 2 major versions"
  ],
  "peerDependencies": {
    "@angular-devkit/build-angular": ">=14.0.0 <15.0.0"
  },
  "files": [
    "dist",
    "NOTICES"
  ]
}