Ghost/ghost/database-info/package.json
Naz e67595fe51 Published new versions
- @tryghost/api-version-compatibility-service@0.1.1
 - @tryghost/database-info@0.3.3
 - @tryghost/mw-api-version-mismatch@0.1.1
 - @tryghost/version-notifications-data-service@0.1.0
2022-04-22 14:48:16 +08:00

29 lines
685 B
JSON

{
"name": "@tryghost/database-info",
"version": "0.3.3",
"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.2",
"knex": "2.0.0",
"mocha": "9.1.4",
"should": "13.2.3",
"sinon": "12.0.1"
}
}