opik
Version:
Opik TypeScript and JavaScript SDK
119 lines (118 loc) • 3.05 kB
JSON
{
"name": "opik",
"description": "Opik TypeScript and JavaScript SDK",
"version": "2.0.46",
"repository": {
"type": "git",
"url": "git+https://github.com/comet-ml/opik.git",
"directory": "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"
}
},
"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 run --exclude 'tests/integration/**/*.test.ts'",
"test:integration": "vitest run tests/integration --retry 2",
"test:compatibility": "vitest run tests/integration/compatibility_v1 --retry 2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/ini": "^4.1.1",
"@types/mustache": "^4.2.5",
"@types/node-fetch": "^2.6.12",
"@types/nunjucks": "^3.2.6",
"@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",
"eslint": "^9.20.0",
"globals": "^15.14.0",
"msw": "^2.11.6",
"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.25.76"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"zod": "^3.25.55 || ^4.0.0"
},
"peerDependenciesMeta": {
"zod": {
"optional": false
}
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.1",
"@ai-sdk/google": "^3.0.5",
"@ai-sdk/google-vertex": "^4.0.1",
"@ai-sdk/openai": "^3.0.7",
"ai": "^6.0.13",
"ansi-escapes": "^7.0.0",
"boxen": "^8.0.1",
"chalk": "^5.4.1",
"date-fns": "^3.5.0",
"dotenv": "^16.5.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"form-data-encoder": "^4.0.2",
"formdata-node": "^6.0.3",
"ini": "^5.0.0",
"jest-diff": "^29.7.0",
"mustache": "^4.2.0",
"node-fetch": "^3.3.2",
"nunjucks": "^3.2.4",
"ora": "^8.2.0",
"qs": "^6.13.1",
"readable-stream": "^4.7.0",
"tslog": "^4.9.3",
"url-join": "^5.0.0",
"uuid": "^11.0.3",
"xxhash-wasm": "^1.1.0"
}
}