{
  "name": "rpm-cli",
  "version": "0.4.5",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "nodemon --exec \"tsc && npm install -g\" --watch src/",
    "test": "node dist/cli.js"
  },
  "bin": {
    "rpm": "./dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radswiat/cli-project-create.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/radswiat/cli-project-create/issues"
  },
  "homepage": "https://github.com/radswiat/cli-project-create#readme",
  "dependencies": {
    "chalk": "^1.1.3",
    "lowdb": "^0.14.0",
    "nodegit": "^0.16.0"
  },
  "devDependencies": {
    "nodemon": "^1.11.0",
    "typings": "^1.5.0"
  }
}
