{
  "name": "ghost-storage-base",
  "version": "2.0.0",
  "description": "Base storage adapter.",
  "author": "Ghost Foundation",
  "homepage": "http://ghost.org",
  "keywords": [
    "ghost",
    "storage",
    "adapter"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/TryGhost/Ghost-Storage-Base.git"
  },
  "bugs": "https://github.com/TryGhost/Ghost-Storage-Base/issues",
  "scripts": {
    "test": "yarn test:unit",
    "test:unit": "vitest run --coverage",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
  },
  "license": "MIT",
  "main": "./lib/BaseStorage",
  "files": [
    "lib"
  ],
  "dependencies": {
    "moment": "2.30.1"
  },
  "engines": {
    "node": "^22.13.1 || ^24.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "4.1.8",
    "vite": "8.0.16",
    "vitest": "4.1.8"
  }
}
