Files
turso/bindings/javascript/npm/linux-x64-gnu/package.json
Pekka Enberg f7f62babe5 Turso 0.1.0
2025-06-30 20:15:28 +03:00

25 lines
395 B
JSON

{
"name": "@tursodatabase/turso-linux-x64-gnu",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "turso.linux-x64-gnu.node",
"files": [
"turso.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}