We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308456f commit 0eff845Copy full SHA for 0eff845
package.json
@@ -67,7 +67,7 @@
67
"dependencies": {
68
"@neon-rs/load": "^0.0.4",
69
"detect-libc": "2.0.2"
70
- }
+ },
71
"optionalDependencies": {
72
"@libsql/darwin-arm64": "0.5.0-pre.2",
73
"@libsql/linux-arm64-gnu": "0.5.0-pre.2",
platforms/linux-x64-gnu/package.json
@@ -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