{
  "name": "gitaura",
  "version": "1.1.0",
  "description": "Tool to create backdated git commits for GitHub contribution graph",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "bin": {
    "gitaura": "./index.js"
  },
  "keywords": [
    "git",
    "github",
    "commits",
    "backdated"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "inquirer": "^8.2.4"
  }
}
