rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/mongo-utils/package.json

30 lines
763 B
JSON

{
"name": "@tryghost/mongo-utils",
"version": "0.6.2",
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/mongo-utils",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.13.0",
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
},
"dependencies": {
"lodash": "^4.17.11"
},
"gitHead": "c4d1c8105b197c4fa6b92a3dd3b9ad75469da3cf"
}