UNPKG

993 BJSONView Raw
1{
2 "name": "@lbu/store",
3 "version": "0.0.93",
4 "description": "Postgres & S3-compatible wrappers for common things",
5 "main": "./index.js",
6 "exports": "./index.js",
7 "types": "./index.d.ts",
8 "type": "module",
9 "keywords": [
10 "lightbase",
11 "lbu",
12 "s3",
13 "postgres",
14 "persistence"
15 ],
16 "license": "MIT",
17 "dependencies": {
18 "@lbu/insight": "0.0.93",
19 "@lbu/stdlib": "0.0.93",
20 "@types/minio": "7.0.6",
21 "mime-types": "2.1.27",
22 "minio": "7.0.16",
23 "postgres": "2.0.0-beta.2"
24 },
25 "maintainers": [
26 {
27 "name": "Dirk de Visser",
28 "email": "dirkdev98@gmail.com"
29 },
30 {
31 "name": "Daniël Hansen"
32 }
33 ],
34 "homepage": "https://lbu.lightbase.nl",
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/lightbasenl/lbu.git",
38 "directory": "packages/store"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "engines": {
44 "node": ">=14"
45 },
46 "gitHead": "9b8657e966d916d33ccc25eda1a4d408281e178a"
47}