ToolJet/marketplace/plugins/qdrant/package.json
2025-03-03 18:44:36 +05:30

27 lines
653 B
JSON

{
"name": "@tooljet-marketplace/qdrant",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "ncc build lib/index.ts -o dist",
"watch": "ncc build lib/index.ts -o dist --watch"
},
"homepage": "https://github.com/tooljet/tooljet#readme",
"dependencies": {
"@qdrant/js-client-rest": "^1.12.0",
"@tooljet-marketplace/common": "^1.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.3",
"typescript": "^4.7.4"
}
}