{
  "name": "@cedarjs/storage",
  "version": "6.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/storage"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "default": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./FileSystemStorage": "./dist/adapters/FileSystemStorage/FileSystemStorage.js",
    "./MemoryStorage": "./dist/adapters/MemoryStorage/MemoryStorage.js",
    "./BaseStorageAdapter": "./dist/adapters/BaseStorageAdapter.js",
    "./UrlSigner": "./dist/UrlSigner.js"
  },
  "files": [
    "dist",
    "!dist/**/*.test.d.*"
  ],
  "scripts": {
    "build": "node ./build.mts",
    "build:pack": "yarn pack -o cedarjs-storage.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "check:attw": "yarn cedar-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn publint",
    "setup:test": "npx prisma db push --accept-data-loss --config ./src/__tests__/prisma.config.ts && npx prisma generate --config ./src/__tests__/prisma.config.ts",
    "test": "vitest run",
    "test:types": "yarn setup:test && tstyche",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@cedarjs/project-config": "6.0.0",
    "mime-types": "2.1.35",
    "ulid": "3.0.2"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.5",
    "@cedarjs/framework-tools": "6.0.0",
    "@prisma/adapter-better-sqlite3": "7.8.0",
    "@prisma/client": "7.8.0",
    "@types/better-sqlite3": "7.6.13",
    "@types/mime-types": "2.1.4",
    "better-sqlite3": "12.11.1",
    "concurrently": "9.2.4",
    "esbuild": "0.28.2",
    "prisma": "7.8.0",
    "publint": "0.3.23",
    "tstyche": "5.0.2",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
