ruvector/npm/packages/router-linux-arm64-gnu/package.json
Reuven 9948c2f6d8 chore(router): bump to 0.1.30 for clean publish with aligned deps
0.1.28 and 0.1.29 were already published with stale optionalDependencies.
0.1.30 ensures all platform packages + main package are in sync.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-06 16:36:48 -04:00

30 lines
608 B
JSON

{
"name": "@ruvector/router-linux-arm64-gnu",
"version": "0.1.30",
"description": "Linux ARM64 (glibc) native bindings for @ruvector/router",
"main": "ruvector-router.linux-arm64-gnu.node",
"files": [
"ruvector-router.linux-arm64-gnu.node"
],
"os": [
"linux"
],
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"author": "ruv.io Team <info@ruv.io> (https://ruv.io)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
}
}