Files
turso/bindings/javascript/npm/win32-x64-msvc/package.json
Pekka Enberg f75034c8e0 Turso 0.1.1
2025-06-30 23:58:04 +03:00

22 lines
369 B
JSON

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