sqld
Version:
A Node.js wrapper for libsql-server (sqld) with platform-specific binaries
56 lines (55 loc) • 2.24 kB
JSON
{
"name": "sqld",
"version": "0.24.1-pre.42",
"description": "A Node.js wrapper for libsql-server (sqld) with platform-specific binaries",
"bin": {
"sqld": ".bin/sqld"
},
"scripts": {
"build": "node scripts/build.js",
"check-version": "node scripts/check-version.js",
"extract-binaries": "node scripts/extract-binaries.js",
"publish-all": "node scripts/publish-all.js",
"test": "node scripts/test.js",
"version-package": "npm version $v --force --git-tag-version=false --ignore-scripts",
"version-darwin-arm64": "npm run version-package -- -w @sqld/darwin-arm64",
"version-darwin-x64": "npm run version-package -- -w @sqld/darwin-x64",
"version-linux-arm64": "npm run version-package -- -w @sqld/linux-arm64",
"version-linux-x64": "npm run version-package -- -w @sqld/linux-x64",
"dep-darwin-arm64": "npm pkg set optionalDependencies[@sqld/darwin-arm64]=$v",
"dep-darwin-x64": "npm pkg set optionalDependencies[@sqld/darwin-x64]=$v",
"dep-linux-arm64": "npm pkg set optionalDependencies[@sqld/linux-arm64]=$v",
"dep-linux-x64": "npm pkg set optionalDependencies[@sqld/linux-x64]=$v",
"update-packages": "npm run version-darwin-arm64 && npm run version-darwin-x64 && npm run version-linux-arm64 && npm run version-linux-x64",
"update-dependencies": "npm run dep-darwin-arm64 && npm run dep-darwin-x64 && npm run dep-linux-arm64 && npm run dep-linux-x64",
"prerelease": "npm run update-packages && npm run update-dependencies",
"release": "git add . && git commit -m 'chore: update package versions'",
"postrelease": "npm version $v && git push && git push --tags"
},
"optionalDependencies": {
"@sqld/darwin-arm64": "0.24.1-pre.42",
"@sqld/darwin-x64": "0.24.1-pre.42",
"@sqld/linux-arm64": "0.24.1-pre.42",
"@sqld/linux-x64": "0.24.1-pre.42"
},
"engines": {
"node": ">=18"
},
"workspaces": [
"packages/*"
],
"homepage": "https://github.com/vltpkg/sqld",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/sqld.git"
},
"keywords": [
"libsql",
"sqlite",
"database",
"sqld",
"turso"
],
"author": "darcyclarke <darcy@darcyclarke.me>",
"license": "MIT"
}