Files
turso/bindings/javascript/npm/win32-x64-msvc/package.json
2025-07-19 08:44:22 +03:00

22 lines
375 B
JSON

{
"name": "@tursodatabase/turso-win32-x64-msvc",
"version": "0.1.3-pre.3",
"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"
}
}