{
  "name": "book-summary-comparator",
  "version": "1.0.2",
  "description": "The initial code extract keywords by books summary, rate each other by Dice's Coefficient algorithm.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "author": "Çağatay Çalı",
  "license": "ISC",
  "bin": {
    "book-summary-comparator": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cagataycali/book-summary-comparator.git"
  },
  "keywords": [
    "book",
    "summary",
    "comparator"
  ],
  "bugs": {
    "url": "https://github.com/cagataycali/book-summary-comparator/issues"
  },
  "homepage": "https://github.com/cagataycali/book-summary-comparator#readme",
  "dependencies": {
    "cli-progress": "^3.4.0",
    "colors": "^1.4.0",
    "flexsearch": "^0.6.32",
    "inquirer": "^7.0.1",
    "nedb": "^1.8.0",
    "pkg-dir": "^4.2.0",
    "word-extractor": "^0.3.0"
  }
}
