rittenhop-dev/versions/5.94.2/node_modules/@tryghost/metrics/package.json

36 lines
939 B
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"name": "@tryghost/metrics",
"version": "1.0.34",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/metrics",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --check-coverage --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": "10.1.2",
"mocha": "10.6.0",
"rewire": "7.0.0",
"should": "13.2.3",
"sinon": "18.0.0"
},
"dependencies": {
"@tryghost/elasticsearch": "^3.0.21",
"@tryghost/pretty-stream": "^0.1.26",
"@tryghost/root-utils": "^0.3.30",
"json-stringify-safe": "^5.0.1"
},
"gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}