{
  "name": "ui5-ts-amd",
  "version": "0.0.3",
  "description": "Develop UI5 Components in plain typescript and transpile to ES5",
  "scripts": {
    "build": "node build.js"
  },
  "main": "lib/index.js",
  "author": "Pascal Maximilian Bremer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Bomberus/ui5-ts-amd"
  },
  "dependencies": {
    "ts-morph": "^13.0.2"
  },
  "devDependencies": {
    "@types/node": "^14.14.39"
  }
}
