diff --git a/nodejs/npm/darwin-arm64/package.json b/nodejs/npm/darwin-arm64/package.json index 27d732503..01254df2d 100644 --- a/nodejs/npm/darwin-arm64/package.json +++ b/nodejs/npm/darwin-arm64/package.json @@ -8,5 +8,9 @@ "license": "Apache-2.0", "engines": { "node": ">= 18" + }, + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" } } diff --git a/nodejs/npm/linux-arm64-gnu/package.json b/nodejs/npm/linux-arm64-gnu/package.json index a241285c4..3b2237ac5 100644 --- a/nodejs/npm/linux-arm64-gnu/package.json +++ b/nodejs/npm/linux-arm64-gnu/package.json @@ -9,5 +9,9 @@ "engines": { "node": ">= 18" }, - "libc": ["glibc"] + "libc": ["glibc"], + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" + } } diff --git a/nodejs/npm/linux-arm64-musl/package.json b/nodejs/npm/linux-arm64-musl/package.json index fcf2157a8..0161a29ed 100644 --- a/nodejs/npm/linux-arm64-musl/package.json +++ b/nodejs/npm/linux-arm64-musl/package.json @@ -9,5 +9,9 @@ "engines": { "node": ">= 18" }, - "libc": ["musl"] + "libc": ["musl"], + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" + } } diff --git a/nodejs/npm/linux-x64-gnu/package.json b/nodejs/npm/linux-x64-gnu/package.json index daea9150a..dae79bf82 100644 --- a/nodejs/npm/linux-x64-gnu/package.json +++ b/nodejs/npm/linux-x64-gnu/package.json @@ -9,5 +9,9 @@ "engines": { "node": ">= 18" }, - "libc": ["glibc"] + "libc": ["glibc"], + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" + } } diff --git a/nodejs/npm/linux-x64-musl/package.json b/nodejs/npm/linux-x64-musl/package.json index d7a6dc111..17942363f 100644 --- a/nodejs/npm/linux-x64-musl/package.json +++ b/nodejs/npm/linux-x64-musl/package.json @@ -9,5 +9,9 @@ "engines": { "node": ">= 18" }, - "libc": ["musl"] + "libc": ["musl"], + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" + } } diff --git a/nodejs/npm/win32-arm64-msvc/package.json b/nodejs/npm/win32-arm64-msvc/package.json index 58130303e..150d95a96 100644 --- a/nodejs/npm/win32-arm64-msvc/package.json +++ b/nodejs/npm/win32-arm64-msvc/package.json @@ -14,5 +14,9 @@ "license": "Apache-2.0", "engines": { "node": ">= 18" + }, + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" } } diff --git a/nodejs/npm/win32-x64-msvc/package.json b/nodejs/npm/win32-x64-msvc/package.json index 481163ba4..1483a6064 100644 --- a/nodejs/npm/win32-x64-msvc/package.json +++ b/nodejs/npm/win32-x64-msvc/package.json @@ -8,5 +8,9 @@ "license": "Apache-2.0", "engines": { "node": ">= 18" + }, + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" } } diff --git a/nodejs/package.json b/nodejs/package.json index 52e9832f6..b14da5cf6 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -36,6 +36,10 @@ } }, "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/lancedb/lancedb" + }, "devDependencies": { "@aws-sdk/client-dynamodb": "^3.33.0", "@aws-sdk/client-kms": "^3.33.0",