2026-09-23 23:31:27 +00:00
|
|
|
|
{
|
|
|
|
|
|
"name": "numexcodex-sdk",
|
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
|
"description": "Official Node.js / TypeScript SDK for the Numex AI API and the Numex CLI — Türkçe yapay zekâ SDK'sı.",
|
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
|
"types": "src/index.d.ts",
|
|
|
|
|
|
"exports": {
|
|
|
|
|
|
".": {
|
|
|
|
|
|
"import": "./src/index.mjs",
|
|
|
|
|
|
"require": "./src/index.js",
|
|
|
|
|
|
"types": "./src/index.d.ts"
|
|
|
|
|
|
},
|
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
|
},
|
|
|
|
|
|
"files": [
|
|
|
|
|
|
"src/",
|
|
|
|
|
|
"package.json",
|
|
|
|
|
|
"README.md",
|
|
|
|
|
|
"LICENSE"
|
|
|
|
|
|
],
|
|
|
|
|
|
"scripts": {
|
|
|
|
|
|
"test": "node test/test.js && node test/cli-integration.test.js && node test/agentic-e2e.test.js"
|
|
|
|
|
|
},
|
|
|
|
|
|
"keywords": [
|
|
|
|
|
|
"numex",
|
|
|
|
|
|
"numex-ai",
|
|
|
|
|
|
"ai",
|
|
|
|
|
|
"llm",
|
|
|
|
|
|
"sdk",
|
|
|
|
|
|
"api",
|
|
|
|
|
|
"cli",
|
|
|
|
|
|
"agent",
|
|
|
|
|
|
"turkish",
|
|
|
|
|
|
"turkce",
|
|
|
|
|
|
"yapay-zeka"
|
|
|
|
|
|
],
|
|
|
|
|
|
"author": "Numex AI Bilişim Teknolojileri <destek@numexai.com.tr>",
|
|
|
|
|
|
"license": "MIT",
|
2026-09-24 00:54:21 +00:00
|
|
|
|
"homepage": "https://github.com/numexai/numex-sdk#readme",
|
2026-09-23 23:31:27 +00:00
|
|
|
|
"repository": {
|
|
|
|
|
|
"type": "git",
|
2026-09-24 00:54:21 +00:00
|
|
|
|
"url": "git+https://github.com/numexai/numex-sdk.git"
|
2026-09-23 23:31:27 +00:00
|
|
|
|
},
|
|
|
|
|
|
"bugs": {
|
2026-09-24 00:54:21 +00:00
|
|
|
|
"url": "https://github.com/numexai/numex-sdk/issues"
|
2026-09-23 23:31:27 +00:00
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|