UNPKG

@llumiverse/common

Version:

Public types, enums and options used by Llumiverse API.

81 lines 1.76 kB
{ "name": "@llumiverse/common", "version": "0.22.2", "type": "module", "description": "Public types, enums and options used by Llumiverse API.", "files": [ "lib", "src" ], "keywords": [ "llm", "ai", "prompt", "prompt engineering", "ml", "machine learning", "embeddings", "training", "model", "universal", "api", "chatgpt", "openai", "vertexai", "bedrock", "replicate", "huggingface", "togetherai" ], "types": "./lib/types/index.d.ts", "typesVersions": { "*": { "async": [ "./lib/types/async.d.ts" ], "formatters": [ "./lib/types/formatters/index.d.ts" ] } }, "exports": { ".": { "types": "./lib/types/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "./async": { "types": "./lib/types/async.d.ts", "import": "./lib/esm/async.js", "require": "./lib/cjs/async.js" }, "./formatters": { "types": "./lib/types/formatters/index.d.ts", "import": "./lib/esm/formatters/index.js", "require": "./lib/cjs/formatters/index.js" } }, "author": "Llumiverse", "license": "Apache-2.0", "homepage": "https://github.com/vertesia/llumiverse", "repository": { "type": "git", "url": "git+ssh://git@github.com/vertesia/llumiverse.git" }, "devDependencies": { "rimraf": "^6.0.1", "ts-dual-module": "^0.6.3", "typescript": "^5.9.2", "vitest": "^3.2.4", "@types/node": "^22.17.1" }, "dependencies": {}, "ts_dual_module": { "outDir": "lib" }, "scripts": { "test": "vitest run", "build": "pnpm exec tsmod build", "clean": "rimraf ./lib tsconfig.tsbuildinfo" } }