UNPKG

paradedb

Version:

ParadeDb JavaScript Client Library

101 lines (100 loc) 2.57 kB
{ "name": "paradedb", "author": "waiting", "version": "0.14.0", "description": "ParadeDb JavaScript Client Library", "private": false, "keywords": [ "ParadeDb", "parade", "elasticsearch", "BM25", "pg_bm25", "HNSW", "pgvector", "sparse-vector", "FTS", "full-text-search", "similarity-search", "hybrid-search", "analytics", "mpp", "acid", "Postgres", "ESM", "typescript", "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": { "@waiting/shared-core": "23.25.3", "knex": "^3.1.0", "pg": "^8.13.1", "semver": "^7.6.3" }, "devDependencies": { "@types/semver": "7", "kmore-cli": "^67.3.0", "kmore-types": "^67.3.0" }, "engines": { "node": ">=18.12.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 ./test/model --project test/tsconfig.db.json", "lint": "eslint --fix --cache src test", "lint:nofix": "eslint --cache src test", "postbuild": "tsc-alias && npm run rp", "pretest": "npm run build:unit && npm run db:gen", "posttest": "rm -rf ./test/model/*.js", "rp": "tsx bin-hashbang.js", "test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", "test:deb": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false", "tsc": "tsc -p tsconfig.json" }, "gitHead": "44bbdbe9dff3247b9c7c5bd7bbd7e2f6012fac0c" }