mesh-llm/sdk/node/package.json
2026-07-28 13:31:59 -04:00

46 lines
974 B
JSON

{
"name": "@mesh-llm/sdk",
"version": "0.72.1",
"description": "Node.js SDK for MeshLLM client and local serving applications",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Mesh-LLM/mesh-packaging.git"
},
"homepage": "https://github.com/Mesh-LLM/mesh-llm/tree/main/sdk/node",
"bugs": {
"url": "https://github.com/Mesh-LLM/mesh-llm/issues"
},
"files": [
"index.js",
"index.d.ts",
"native-runtime.js",
"console/",
"native/",
"LICENSE",
"README.md"
],
"scripts": {
"build:native": "node scripts/build-native.mjs",
"test": "node --test test/*.test.js"
},
"engines": {
"node": ">=20"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"arm64",
"x64"
],
"license": "MIT OR Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
}
}