{
  "name": "react-typescript-component-generator",
  "version": "0.1.5",
  "description": "Component generator for typescript based react aaplication",
  "main": "index.js",
  "bin": {
    "grc": "index.js"
  },
  "scripts": {
    "patch-release": "npm version patch && npm publish --access=public && git push --follow-tags",
    "minor-release": "npm version minor && npm publish --access=public && git push --follow-tags",
    "major-release": "npm version major && npm publish --access=public && git push --follow-tags",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hafeez1042/react-typescript-component-generator.git"
  },
  "keywords": [
    "typescript",
    "react",
    "component",
    "generator"
  ],
  "author": "Hafeez Hamza <hafeez1042@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hafeez1042/react-typescript-component-generator/issues"
  },
  "homepage": "https://github.com/hafeez1042/react-typescript-component-generator#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.17.1"
  }
}
