{
  "name": "openbliss",
  "version": "0.0.2",
  "description": "Chase your bliss.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "test",
    "lint": "./node_modules/eslint/bin/eslint.js *.js src/",
    "gv": "bash ./scripts/make-gv.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/jeremy.jackson/openbliss.git"
  },
  "keywords": [
    "joy",
    "bliss",
    "happy",
    "tracker",
    "journal"
  ],
  "author": "Jeremy Jackson <jeremy_j@ackso.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/jeremy.jackson/openbliss/issues"
  },
  "homepage": "https://gitlab.com/jeremy.jackson/openbliss#README",
  "dependencies": {
    "chalk": "^2.4.2",
    "inquirer": "^6.3.1",
    "inquirer-datepicker-prompt": "^0.4.2",
    "pouchdb": "^7.0.0",
    "pouchdb-upsert": "^2.2.0",
    "strip-ansi": "^5.2.0"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2"
  },
  "bin": "./index.js"
}
