UNPKG

@hamming/hamming-sdk

Version:
56 lines (55 loc) 1.59 kB
{ "name": "@hamming/hamming-sdk", "version": "1.0.27", "description": "SDK for Hamming Evals Framework", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "ts-types": "tsc", "build:dev": "rimraf dist && tsup --watch", "build:prod": "rimraf dist && env NODE_ENV=production tsup", "lint:fix": "eslint ./src --ext .ts,.tsx --quiet --fix --ignore-path ./.gitignore", "lint:format": "prettier --loglevel warn --write \"./**/*.{ts,tsx,css,md,json}\" ", "lint": "npm run lint:format && npm run lint:fix " }, "repository": { "type": "git", "url": "git+https://github.com/HammingHQ/evals-ts.git" }, "keywords": [ "llm", "evals" ], "author": "Marius Buleandra", "license": "ISC", "bugs": { "url": "https://github.com/HammingHQ/evals-ts/issues" }, "homepage": "https://github.com/HammingHQ/evals-ts#readme", "devDependencies": { "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^6.16.0", "@typescript-eslint/parser": "^6.16.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-simple-import-sort": "^10.0.0", "prettier": "^3.1.1", "rimraf": "^5.0.5", "tsup": "^8.2.2", "typescript": "^5.3.3" }, "files": [ "lib", "dist" ], "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.24.3", "lru-cache": "^11.0.1", "openai": "^4.53.0" } }