Ghost/ghost/email-analytics-service/package.json
2022-01-24 12:09:30 +00:00

31 lines
746 B
JSON

{
"name": "@tryghost/email-analytics-service",
"version": "1.0.5",
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/email-analytics-service",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "9.2.0",
"should": "13.2.3",
"sinon": "12.0.1"
},
"dependencies": {
"@tryghost/debug": "^0.1.9",
"lodash": "^4.17.20"
}
}