Skip to content

Commit 0eff845

Browse files
committed
package.json
1 parent 308456f commit 0eff845

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {
6868
"@neon-rs/load": "^0.0.4",
6969
"detect-libc": "2.0.2"
70-
}
70+
},
7171
"optionalDependencies": {
7272
"@libsql/darwin-arm64": "0.5.0-pre.2",
7373
"@libsql/linux-arm64-gnu": "0.5.0-pre.2",

platforms/linux-x64-gnu/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "@libsql/linux-x64-gnu",
3+
"description": "Prebuilt binary package for `@libsql/linux-x64-gnu` on `linux-x64-gnu`.",
4+
"version": "0.5.0-pre.2",
5+
"os": [
6+
"linux"
7+
],
8+
"cpu": [
9+
"x64"
10+
],
11+
"main": "index.node",
12+
"files": [
13+
"index.node"
14+
],
15+
"neon": {
16+
"type": "binary",
17+
"rust": "x86_64-unknown-linux-gnu",
18+
"node": "linux-x64-gnu",
19+
"os": "linux",
20+
"arch": "x64",
21+
"abi": "gnu"
22+
},
23+
"license": "MIT"
24+
}

0 commit comments

Comments
 (0)