{
  "name": "okapibm25",
  "version": "1.4.1",
  "description": "A simple, easy to use implementation of the Okapi BM25 algorithm.",
  "main": "dist/BM25.js",
  "types": "dist/BM25.d.ts",
  "scripts": {
    "test": "jest",
    "prepublish": "npm run test && npm run make-badges && rm -rf dist && tsc",
    "make-badges": "istanbul-badges-readme"
  },
  "author": "furkantoprak",
  "keywords": [
    "okapi",
    "bm25",
    "ranking",
    "relevance",
    "information retrieval"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/FurkanToprak/OkapiBM25.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/preset-env": "^7.25.4",
    "@babel/preset-typescript": "^7.14.5",
    "@types/jest": "^26.0.24",
    "istanbul-badges-readme": "^1.4.0",
    "jest": "^27.0.6",
    "ts-node": "^10.1.0",
    "typescript": "^4.2.2"
  }
}
