UNPKG

semantic-embed

Version:

A TypeScript SDK for embedding generation

57 lines (56 loc) 1.32 kB
{ "name": "semantic-embed", "version": "0.1.4", "description": "A TypeScript SDK for embedding generation", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.mjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js" }, "scripts": { "build": "tsc", "clean": "rm -rf dist", "dev": "ts-node --watch", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build" }, "keywords": [ "semantic", "embeddings", "sdk", "fastapi", "typescript", "javascript", "similarity", "free-vector", "vector-embedding" ], "author": "Uanela Como", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/uanela/semantic-embed-sdk.git" }, "bugs": { "url": "https://github.com/uanela/semantic-embed-sdk/issues" }, "homepage": "https://github.com/uanela/semantic-embed-sdk#readme", "files": [ "dist", "README.md" ], "devDependencies": { "@types/node": "^22.13.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.54.0", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "dependencies": { "dotenv": "^16.4.7" } }