numex-sdk/package.json
numexai 7c3cc6eb59
Some checks are pending
test / test (18) (push) Waiting to run
test / test (20) (push) Waiting to run
test / test (22) (push) Waiting to run
Linkler: mobilcep/ → numexai/ (depolar organizasyona taşındı)
2026-09-24 03:54:21 +03:00

51 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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",
"homepage": "https://github.com/numexai/numex-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/numexai/numex-sdk.git"
},
"bugs": {
"url": "https://github.com/numexai/numex-sdk/issues"
},
"engines": {
"node": ">=18"
}
}