the-forest/client/node_modules/@libsql/darwin-x64/package.json
2024-09-17 20:35:18 -04:00

36 lines
749 B
JSON

{
"name": "@libsql/darwin-x64",
"description": "Prebuilt binary package for `libsql` on `darwin-x64`.",
"version": "0.4.4",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "index.node",
"files": [
"index.node"
],
"neon": {
"type": "binary",
"rust": "x86_64-apple-darwin",
"node": "darwin-x64",
"platform": "darwin",
"arch": "x64",
"abi": null
},
"author": "Pekka Enberg <penberg@iki.fi>",
"repository": {
"type": "git",
"url": "git+https://github.com/tursodatabase/libsql-js.git"
},
"keywords": [
"libsql"
],
"bugs": {
"url": "https://github.com/tursodatabase/libsql-js/issues"
},
"homepage": "https://github.com/tursodatabase/libsql-js",
"license": "MIT"
}