{
  "name": "@technovangelist/do",
  "bin": "./lib/index.js",
  "version": "0.1.9",
  "repository": {
    "type": "git",
    "url": "https://github.com/technovangelist/do.git"
  },
  "homepage": "https://github.com/technovangelist/do",
  "description": "something to help me remember what I did",
  "keywords": [
    "todo",
    "standup"
  ],
  "author": {
    "name": "Matt Williams",
    "email": "m@technovangelist.com",
    "url": "http://tvl.st/"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "clipboardy": "^2.1.0",
    "conf": "^6.2.0",
    "inquirer": "^7.0.0",
    "luxon": "^1.21.1",
    "minimist": "^1.2.0",
    "uuid-random": "^1.3.0"
  },
  "scripts": {
    "start": "nodemon -e 'src/**/*.ts' --exec 'npm run build'",
    "create": "npm run build && npm run test",
    "build": "tsc",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.12.7",
    "nodemon": "^1.19.4",
    "ts-node": "^8.5.0",
    "typescript": "^3.7.2"
  }
}
