{
  "name": "@mwcp/paradedb",
  "author": "waiting",
  "version": "0.14.0",
  "description": "ParadeDb JavaScript Client Library Component for Midway.js",
  "private": false,
  "keywords": [
    "midway",
    "ParadeDb",
    "elasticsearch",
    "BM25",
    "pg_bm25",
    "HNSW",
    "pgvector",
    "sparse-vector",
    "FTS",
    "full-text-search",
    "similarity-search",
    "hybrid-search",
    "analytics",
    "Postgres",
    "IoC",
    "plugin",
    "ts"
  ],
  "type": "module",
  "bin": {},
  "types": "dist/index.d.ts",
  "imports": {
    "#package.json": "./package.json",
    "##/*": "./src/*",
    "#@/*": "./test/*"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "bugs": {
    "url": "https://github.com/waitingsong/paradedb/issues"
  },
  "homepage": "https://github.com/waitingsong/paradedb#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/waitingsong/paradedb"
  },
  "license": "MIT",
  "dependencies": {
    "@mwcp/otel": "^41.0.0",
    "kmore-types": "^67.3.0",
    "paradedb": "^0.14.0"
  },
  "devDependencies": {
    "kmore-cli": "^67.3.0"
  },
  "engines": {
    "node": ">=18.12.0",
    "@midwayjs/core": ">=3.16.0"
  },
  "files": [
    "README.*.md",
    "Dockerfile",
    "npm-shrinkwrap.json",
    "tsconfig.json",
    "tsconfig.base.json",
    "asset",
    "bin",
    "database",
    "dist",
    "src",
    "!**/*.spec.*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run tsc",
    "build:unit": "tsc -p test/tsconfig.json",
    "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",
    "clean:cache": "rm -rf .eslintcache .tsbuildinfo",
    "clean:dist": "npm run clean:cache && rm -rf dist/*",
    "clean:lock": "rm -f package-lock.json",
    "clean:log": "rm -rf ./logs ./run",
    "cov": "c8 --all npm run test",
    "db:gen": "kmore gen --path ./src",
    "dev": "cross-env MIDWAY_SERVER_ENV=local mwtsc --watch --run @midwayjs/mock/app",
    "lint": "eslint --fix --cache src test",
    "lint:nofix": "eslint --cache src test",
    "postbuild": "tsc-alias",
    "pretest": "npm run build:unit",
    "start": "cross-env NODE_ENV=production node ./bootstrap.js",
    "start:gc": "cross-env NODE_ENV=local node --trace_gc ./bootstrap.js",
    "test": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
    "test:deb": "npm run test",
    "tsc": "tsc -b"
  },
  "gitHead": "44bbdbe9dff3247b9c7c5bd7bbd7e2f6012fac0c"
}
