{
  "name": "quotepicker",
  "version": "1.0.0",
  "description": "A simple NPM package to read quotes from a CSV file and output a random quote.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "quote": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MustReadQuotes/QuotePicker.git"
  },
  "keywords": [
    "quote",
    "quotes",
    "quotation",
    "quotations"
  ],  
  "author": "Must Read Quotes",
  "homepage": "https://mustreadquotes.com",
  "license": "ISC",
  "dependencies": {
    "csv-parser": "^2.3.3",
    "fs": "0.0.1-security",
    "lodash": "^4.17.21"
  }
}
