{
  "name": "tickbin",
  "version": "2.1.0",
  "description": "tickbin time tracking",
  "bin": {
    "tick": "./build/tick.js"
  },
  "preferGlobal": true,
  "scripts": {
    "clean": "rm -rf build/*",
    "build": "babel src --source-maps --out-dir build/",
    "watch": "babel src --source-maps --watch --out-dir build/",
    "test": "env TZ='Etc/UTC' tape -r source-map-support/register 'build/test/**/*.js' | tap-spec",
    "lint": "eslint 'src/**/*.js'",
    "release": "standard-version",
    "prepublish": "npm run build",
    "prebuild": "npm run clean",
    "prewatch": "npm run clean"
  },
  "contributors": [
    "Jonathan Bowers <jonotron@gmail.com>",
    "Chad Fawcett <me@chadf.ca>",
    "Chris Foster <chris.james.foster@gmail.com>"
  ],
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/tickbin/tickbin.git"
  },
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-eslint": "^10.0.0",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
    "babel-plugin-transform-es2015-parameters": "^6.7.0",
    "babel-plugin-transform-es2015-spread": "^6.6.5",
    "eslint": "^6.1.0",
    "nock": "^10.0.0",
    "sinon": "^7.3.2",
    "source-map-support": "^0.5.0",
    "standard-version": "^7.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.5.1"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^2.0.1",
    "chrono-node": "^1.3.4",
    "csv-stringify": "^5.0.0",
    "ini": "^1.3.4",
    "jouch": "0.0.4",
    "lie": "^3.0.4",
    "lodash": "^4.17.1",
    "mkdirp": "^0.5.1",
    "moment": "^2.20.1",
    "pad": "^3.2.0",
    "pouchdb": "^7.0.0",
    "pouchdb-find": "^7.0.0",
    "prompt": "^1.0.0",
    "rc": "^1.1.1",
    "tickbin-filter-parser": "0.0.4",
    "tickbin-parser": "^0.2.3",
    "untildify": "^4.0.0",
    "yargs": "^13.3.0"
  },
  "engines": {
    "node": ">=4.2.0"
  }
}
