{
  "name": "ut-ussd",
  "version": "7.5.0",
  "dependencies": {
    "lodash.clonedeep": "4.5.0",
    "sax": "1.2.1",
    "ut-function.dispatch": "^1.2.1",
    "ut-function.merge": "^1.5.5",
    "ut-function.template": "^1.6.3",
    "ut-port-cache": "^0.4.0"
  },
  "devDependencies": {
    "@material-ui/core": "^4.10.2",
    "got": "11.1.3",
    "tap": "^16.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-jss": "^10.9.0",
    "ut-browser": "^7.7.4",
    "ut-cache": "^6.0.1",
    "ut-db": "^10.0.1",
    "ut-dispatch-db": "^1.5.0",
    "ut-login": "^7.22.1",
    "ut-port-http": "^8.9.8",
    "ut-port-jsonrpc": "^7.3.2",
    "ut-port-script": "^7.2.0",
    "ut-port-sql": "^9.0.3",
    "ut-portal": "^9.6.43",
    "ut-run": "^10.76.2",
    "ut-telemetry": "^7.2.5"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.10.2",
    "react": "^16.14.0 || ^17.0.2",
    "react-dom": "^16.14.0 || ^17.0.2",
    "react-jss": "^10.9.0",
    "ut-port-script": "^7.1.1",
    "ut-portal": "^8.0.7",
    "ut-dispatch-db": "^1.3.0"
  },
  "description": "UT USSD module",
  "scripts": {
    "lint": "ut-lint .",
    "release": "ut-release",
    "changelog": "ut-changelog",
    "check": "ut-check",
    "cover": "ut-cover-parallel",
    "lint-js": "ut-lint-js .",
    "storybook": "ut-storybook start -p 6006 --ci",
    "portal": "ut-storybook build",
    "postpublish": "ut-postpublish",
    "postversion": "ut-postversion",
    "precommit": "ut-precommit",
    "precover": "ut-precover",
    "prepublish": "ut-prepublish",
    "prepush": "ut-prepush",
    "pretest": "ut-pretest",
    "preversion": "ut-preversion",
    "test": "ut-test-parallel",
    "version": "node build && ut-storybook build && ut-storybook publish && git add handlers.d.ts && ut-version",
    "jenkins": "ut-jenkins",
    "gitlab": "ut-gitlab"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:softwaregroup-bg/ut-ussd.git"
  },
  "license": "Apache-2.0"
}
