{
  "name": "cloudux-starter-kit",
  "version": "2.3.9",
  "description": "Starter kit for UX developers in MediaCentral - NPM package",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest --runInBand --detectOpenHandles",
    "babel": "babel libES6 --ignore ./lib/templates,./libES6/templates --out-dir lib && shx cp -r libES6/templates lib/ && shx cp -r libES6/connector/config/certs lib/connector/config/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/avid-technology"
  },
  "keywords": [
    "MediaCentral",
    "UI",
    "Toolkit"
  ],
  "author": {
    "name": "Avid technology",
    "email": "michal.oleszczuk@avid.com"
  },
  "license": "SEE LICENSE IN EULA.md",
  "dependencies": {
    "fs-extra": "^10.1.0",
    "inquirer": "^8.0.0",
    "log4js": "^6.0.7",
    "mediacentral-publish": "^0.3.9",
    "mediacentral-sign": "^0.1.2",
    "node-fetch": "^2.6.1",
    "path": "^0.12.7",
    "wait-on": "^6.0.1",
    "xml2js": "^0.4.23",
    "yargs": "^17.x"
  },
  "bin": {
    "cloudux-starter-kit": "bin/kit.js"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "inquirer-test": "^2.0.1",
    "jest": "^27.x",
    "jest-circus": "^27.x",
    "shx": "^0.3.4"
  },
  "jest": {
    "verbose": true,
    "testRunner": "jest-circus/runner",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "libES6/**/*.js",
      "!libES6/templates/**"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "lib/",
      "libES6/templates"
    ],
    "setupFiles": [
      "./test/jest.setup.js"
    ]
  }
}
