@bodhiapp/app-bindings-darwin-arm64
Version:
NAPI-RS bindings for BodhiApp server with integrated tests
39 lines • 835 B
JSON
{
"name": "@bodhiapp/app-bindings-darwin-arm64",
"version": "0.0.15",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "app-bindings.darwin-arm64.node",
"files": [
"app-bindings.darwin-arm64.node"
],
"description": "NAPI-RS bindings for BodhiApp server with integrated tests",
"keywords": [
"napi",
"rust",
"node-addon",
"bodhi",
"llm",
"server"
],
"homepage": "https://github.com/BodhiSearch/BodhiApp#readme",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BodhiSearch/BodhiApp.git",
"directory": "crates/lib_bodhiserver_napi"
},
"bugs": {
"url": "https://github.com/BodhiSearch/BodhiApp/issues"
}
}