@aegisai/opik
Version:
Opik TypeScript and JavaScript SDK
98 lines (97 loc) • 2.46 kB
JSON
{
"name": "@aegisai/opik",
"description": "Opik TypeScript and JavaScript SDK",
"version": "1.7.27-fork.1",
"repository": {
"type": "git",
"url": "git+https://github.com/comet-ml/opik.git",
"directory": "blob/sdks/typescript"
},
"homepage": "https://www.comet.com/docs/opik/",
"author": {
"name": "Comet",
"email": "support@comet.com",
"url": "https://github.com/comet-ml"
},
"bugs": {
"url": "https://github.com/comet-ml/opik/issues",
"email": "support@comet.com"
},
"license": "Apache-2.0",
"keywords": [
"opik",
"sdk",
"javascript",
"javascript-sdk",
"typescript",
"typescript-sdk",
"comet"
],
"files": [
"dist/**/*",
"README.md"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./vercel": {
"types": "./dist/vercel/index.d.ts",
"import": "./dist/vercel/index.js",
"require": "./dist/vercel/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"watch": "tsup --watch",
"lint": "eslint '**/*.{ts,tsx}'",
"typecheck": "tsc --noEmit",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,json,md}'",
"test": "vitest"
},
"devDependencies": {
"@ai-sdk/openai": "^1.1.9",
"@eslint/js": "^9.20.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.56.0",
"@opentelemetry/sdk-node": "^0.201.1",
"@types/ini": "^4.1.1",
"@types/node-fetch": "^2.6.12",
"@types/qs": "^6.9.17",
"@types/readable-stream": "^4.0.18",
"@types/url-join": "^4.0.3",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"ai": "^4.1.34",
"eslint": "^9.20.0",
"globals": "^15.14.0",
"prettier": "^3.4.1",
"tsup": "^8.3.6",
"typescript": "^5.7.2",
"typescript-eslint": "^8.24.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^3.0.5",
"zod": "^3.24.1"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"ansi-escapes": "^7.0.0",
"ini": "^5.0.0",
"node-fetch": "^3.3.2",
"qs": "^6.13.1",
"readable-stream": "^4.7.0",
"tslog": "^4.9.3",
"url-join": "^5.0.0",
"uuid": "^11.0.3"
}
}