@lucidcms/postgres-adapter
Version:
The official Postgres adapter for Lucid CMS
63 lines (62 loc) • 1.31 kB
JSON
{
"name": "@lucidcms/postgres-adapter",
"version": "1.0.2",
"private": false,
"description": "The official Postgres 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/postgres-adapter"
},
"keywords": [
"CMS",
"Lucid CMS",
"Lucid",
"Proto Digital",
"Postgres",
"DB Adapter"
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@lucidcms/config": "*",
"@lucidcms/core": "*",
"@types/node": "^22.15.2",
"@types/pg": "^8.11.14",
"tsdown": "^0.12.5",
"typescript": "^5.8.3"
},
"dependencies": {
"kysely": "0.27.4",
"kysely-postgres-js": "^2.0.0",
"postgres": "^3.4.7"
},
"peerDependencies": {
"@lucidcms/core": "^0.12.0-alpha.1"
},
"volta": {
"node": "22.15.0"
},
"engines": {
"node": ">=22.0.0 <23.0.0"
},
"license": "MIT"
}