hashub-vector
Version:
Official TypeScript/JavaScript SDK for Hashub Vector API - High-quality multilingual text embeddings with Turkish excellence
85 lines (84 loc) • 2.23 kB
JSON
{
"name": "hashub-vector",
"version": "1.0.0",
"type": "module",
"description": "Official TypeScript/JavaScript SDK for Hashub Vector API - High-quality multilingual text embeddings with Turkish excellence",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"example:basic": "tsx examples/basic-usage.ts",
"example:async": "tsx examples/async-examples.ts",
"dev": "tsx --watch examples/basic-usage.ts"
},
"keywords": [
"embeddings",
"vector",
"nlp",
"ai",
"machine-learning",
"text-processing",
"multilingual",
"turkish",
"semantic-search",
"rag",
"retrieval",
"typescript",
"javascript",
"sdk"
],
"author": {
"name": "Hashub Team",
"email": "support@hashub.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hasanbahadir/hashub-vector-js.git"
},
"homepage": "https://github.com/hasanbahadir/hashub-vector-js#readme",
"bugs": {
"url": "https://github.com/hasanbahadir/hashub-vector-js/issues"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.19.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.0.0",
"ts-jest": "^29.1.0",
"tslib": "^2.8.1",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}