Ghost/ghost/database-info/package.json
Simon Backx 14ae3a0ddd Published new versions
- @tryghost/database-info@0.3.7
 - @tryghost/image-transform@1.1.0
 - @tryghost/mw-error-handler@1.0.3
2022-05-27 16:07:52 +02:00

29 lines
686 B
JSON

{
"name": "@tryghost/database-info",
"version": "0.3.7",
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.11.3",
"knex": "2.1.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
}
}