{
  "name": "fastembed-web",
  "version": "0.0.1",
  "description": "Fork of https://github.com/Anush008/fastembed-js/LICENSE using onnxruntime-web for greater compatibility",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/TylerBarnes/fastembed-js/LICENSE"
    }
  ],
  "repository": "https://github.com/TylerBarnes/fastembed-js",
  "scripts": {
    "test": "npm run tsc && vitest",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublishOnly": "npm run tsc"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "files": [
    "lib/"
  ],
  "keywords": [
    "embeddings",
    "fastembed",
    "onnxruntime",
    "semantic",
    "search"
  ],
  "author": "Anush008 <anushshetty90@gmail.com>, forked by @TylerBarnes",
  "devDependencies": {
    "@types/progress": "^2.0.5",
    "@types/tar": "^6.1.6",
    "typescript": "^5.2.2",
    "vitest": "^0.34.4"
  },
  "dependencies": {
    "@anush008/tokenizers": "^0.0.0",
    "onnxruntime-web": "^1.20.1",
    "progress": "^2.0.3",
    "tar": "^6.2.0"
  }
}
