mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
43 lines
945 B
JSON
43 lines
945 B
JSON
{
|
|
"name": "@tursodatabase/limbo",
|
|
"version": "0.0.21",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tursodatabase/limbo"
|
|
},
|
|
"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",
|
|
"test": "ava",
|
|
"universal": "napi universal",
|
|
"version": "napi version"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
} |