UNPKG

@lucidcms/libsql-adapter

Version:

The official LibSQL adapter for Lucid CMS

61 lines (60 loc) 1.25 kB
{ "name": "@lucidcms/libsql-adapter", "version": "1.0.2", "private": false, "description": "The official LibSQL adapter for Lucid CMS", "type": "module", "types": "./dist/index.d.ts", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc && tsdown", "dev": "tsdown --watch", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome lint ./src", "lint:fix": "biome lint --apply ./src" }, "files": ["dist"], "author": "Proto Digital", "repository": { "type": "git", "url": "git+https://github.com/ProtoDigitalUK/lucid.git", "directory": "packages/libsql-adapter" }, "keywords": [ "CMS", "Lucid CMS", "Lucid", "Proto Digital", "LibSQL", "DB Adapter" ], "devDependencies": { "@biomejs/biome": "^1.9.4", "@lucidcms/config": "*", "@lucidcms/core": "*", "@types/node": "^22.15.2", "tsdown": "^0.12.5", "typescript": "^5.8.3" }, "dependencies": { "kysely": "0.27.4", "@libsql/client": "^0.15.9" }, "peerDependencies": { "@lucidcms/core": "^0.12.0-alpha.1" }, "volta": { "node": "22.15.0" }, "engines": { "node": ">=22.0.0 <23.0.0" }, "license": "MIT" }