{
  "name": "@compas/store",
  "version": "0.17.0",
  "description": "Postgres & S3-compatible wrappers for common things",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "keywords": [
    "compas",
    "s3",
    "postgres",
    "persistence"
  ],
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-s3": "3.779.0",
    "@aws-sdk/lib-storage": "3.779.0",
    "@compas/stdlib": "0.17.0",
    "crc": "4.3.2",
    "cron-parser": "^4.9.0",
    "file-type": "20.4.1",
    "is-animated": "2.0.2",
    "jws": "4.0.0",
    "mime-types": "3.0.1",
    "postgres": "3.4.5",
    "sharp": "0.33.5"
  },
  "author": {
    "name": "Dirk de Visser",
    "email": "npm@dirkdevisser.nl",
    "url": "https://dirkdevisser.com"
  },
  "contributors": [
    {
      "name": "Daniël Hansen",
      "email": "hi@danielhansen.nl"
    }
  ],
  "homepage": "https://compasjs.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compasjs/compas.git",
    "directory": "packages/store"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  }
}
