{
  "name": "@infineon/react-templates",
  "version": "1.0.14",
  "private": false,
  "description": "React plugin developed as part of DDS UI templates",
  "homepage": "https://github.com/infineon/react-templates#readme",
  "main": "generator/index.js",
  "bin": {
    "react-templates": "./generator/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/infineon/react-templates.git"
  },
  "bugs": {
    "url": "https://github.com/infineon/react-templates/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node generator/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "shipit": "shipit"
  },
  "author": "Tihomir Yanchev",
  "license": "ISC",
  "dependencies": {
    "inquirer": "^7.3.3",
    "mkdirp": "^3.0.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "shipit": "^1.2.0"
  },
  "auto": {
    "plugins": [
      "npm",
      "released"
    ]
  }
}
