{
  "name": "ghost-storage-base",
  "version": "1.1.1",
  "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": "LEVEL=fatal _mocha --report lcovonly -- test/*.test.js",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
  },
  "license": "MIT",
  "main": "./BaseStorage",
  "dependencies": {
    "moment": "2.27.0"
  },
  "engine": {
    "node": "^12.22.1 || ^14.16.1"
  },
  "devDependencies": {
    "bluebird": "3.7.2",
    "mocha": "10.7.0",
    "should": "13.2.3"
  }
}
