mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
40 lines
905 B
JSON
40 lines
905 B
JSON
{
|
|
"name": "@tursodatabase/limbo",
|
|
"version": "0.0.18-pre.4",
|
|
"description": "The Limbo database library",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"napi": {
|
|
"name": "turso-limbo",
|
|
"triples": {
|
|
"defaults": false,
|
|
"additional": [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-pc-windows-msvc",
|
|
"universal-apple-darwin"
|
|
]
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.18.4",
|
|
"ava": "^6.0.1",
|
|
"better-sqlite3": "^11.9.1"
|
|
},
|
|
"ava": {
|
|
"timeout": "3m"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"artifacts": "napi artifacts",
|
|
"build": "napi build --platform --release",
|
|
"build:debug": "napi build --platform",
|
|
"prepublishOnly": "napi prepublish -t npm",
|
|
"test": "ava",
|
|
"universal": "napi universal",
|
|
"version": "napi version"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
} |