Ghost/ghost/email-analytics-provider-mailgun/package.json
2021-10-21 15:25:16 +02:00

33 lines
851 B
JSON

{
"name": "@tryghost/email-analytics-provider-mailgun",
"version": "1.0.4",
"repository": "https://github.com/TryGhost/Publishing/tree/master/packages/email-analytics-provider-mailgun",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "9.1.3",
"nock": "13.1.4",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"@tryghost/email-analytics-service": "^1.0.3",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1"
}
}