qdrant-client
Version:
OpenAPI client for Qdrant
32 lines (31 loc) • 775 B
JSON
{
"name": "qdrant-client",
"version": "0.0.1",
"description": "OpenAPI client for Qdrant",
"author": "Tung Nguyen <tung.nguyen@atherlabs.com>",
"repository": {
"type": "git",
"url": "https://github.com/hoalongntc/qdrant-client-js.git"
},
"keywords": [
"axios",
"typescript",
"openapi-client",
"openapi-generator",
"qdrant"
],
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"generate": "swagger-typescript-api -p ./openapi.json -o ./src -n index.ts",
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {},
"devDependencies": {
"@types/node": "18.15.0",
"swagger-typescript-api": "^12.0.4",
"typescript": "4.9.5"
}
}