{
  "name": "@sap/mdk-tools",
  "version": "1.15.1",
  "description": "",
  "main": "index.js",
  "keywords": [],
  "author": "SAP SE",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bin": {
    "mdk": "lib/mdkcli.js"
  },
  "dependencies": {
    "@babel/plugin-proposal-decorators": "^7.16.4",
    "@babel/core": "^7.22.5",
    "@babel/preset-env": "^7.23.3",
    "@nativescript/webpack": "5.0.24",
    "babel-loader": "^9.1.3",
    "css-loader": "^6.8.1",
    "esprima-next": "^6.0.3",
    "json-loader": "0.5.7",
    "source-map-loader": "^4.0.1",
    "ts-loader": "9.5.1",
    "ts-node": "10.9.2",
    "ts-patch": "3.0.2",
    "typescript": ">=5.2.2 <5.5.0",
    "webpack": "5.95.0",
    "ts-odatajs": "^4.0.9",
    "vscode-json-languageservice": "3.1.6",
    "metro-react-native-babel-preset": "0.73.10"
  },
  "scripts": {
    "postinstall": "ts-patch install"
  },
  "overrides": {
    "serialize-javascript": "^7.0.3"
  }
}