@openclueo/sdk
Version:
Official JavaScript SDK for Clueo AI Personality API with Big Five model integration
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "@openclueo/sdk",
"version": "2.0.1",
"description": "Official JavaScript SDK for Clueo AI Personality API with Big Five model integration",
"main": "clueo.js",
"module": "clueo.js",
"types": "clueo.d.ts",
"files": [
"clueo.js",
"clueo.d.ts",
"README.md"
],
"scripts": {
"test": "echo \"Tests coming soon\" && exit 0",
"prepublishOnly": "echo \"Ready to publish Clueo SDK\""
},
"keywords": [
"clueo",
"personality",
"ai",
"big-five",
"personality-traits",
"openai",
"claude",
"llm",
"sdk",
"javascript",
"nodejs",
"browser",
"api-client"
],
"author": "Clueo Foundation <hello@clueoai.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ClueoFoundation/Personality-API.git",
"directory": "sdk"
},
"bugs": {
"url": "https://github.com/ClueoFoundation/Personality-API/issues"
},
"homepage": "https://clueoai.com",
"engines": {
"node": ">=14.0.0"
}
}