5e40a03336
- @tryghost/custom-theme-settings-service@0.0.5 - @tryghost/email-analytics-provider-mailgun@1.0.2 - @tryghost/email-analytics-service@1.0.2
33 lines
795 B
JSON
33 lines
795 B
JSON
{
|
|
"name": "@tryghost/email-analytics-provider-mailgun",
|
|
"version": "1.0.2",
|
|
"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 mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "9.1.2",
|
|
"nock": "13.0.11",
|
|
"should": "13.2.3",
|
|
"sinon": "11.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/email-analytics-service": "^1.0.2",
|
|
"mailgun-js": "^0.22.0",
|
|
"moment": "^2.29.1"
|
|
}
|
|
}
|