rittenhop-dev/versions/5.94.2/node_modules/ghost-storage-base/package.json
2024-09-23 19:40:12 -04:00

36 lines
897 B
JSON

{
"name": "ghost-storage-base",
"version": "1.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": "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": "9.1.3",
"should": "13.2.3"
}
}