2021-01-16 21:22:04 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/email-analytics-provider-mailgun",
|
2022-07-20 18:20:24 +03:00
|
|
|
"version": "0.0.0",
|
2022-01-10 16:33:00 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/email-analytics-provider-mailgun",
|
2022-07-20 18:20:24 +03:00
|
|
|
"private": true,
|
2021-01-16 21:22:04 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-21 15:34:08 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-01-16 21:22:04 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-05-02 03:44:17 +03:00
|
|
|
"mocha": "10.0.0",
|
2022-07-19 23:05:27 +03:00
|
|
|
"nock": "13.2.9",
|
2021-01-16 21:22:04 +03:00
|
|
|
"should": "13.2.3",
|
2022-05-09 05:31:27 +03:00
|
|
|
"sinon": "14.0.0"
|
2021-01-16 21:22:04 +03:00
|
|
|
},
|
2021-01-16 19:22:52 +03:00
|
|
|
"dependencies": {
|
2022-07-20 19:00:17 +03:00
|
|
|
"@tryghost/email-analytics-service": "^0.0.0",
|
2021-12-06 14:33:52 +03:00
|
|
|
"@tryghost/logging": "^2.0.0",
|
2021-01-16 19:22:52 +03:00
|
|
|
"mailgun-js": "^0.22.0",
|
|
|
|
"moment": "^2.29.1"
|
|
|
|
}
|
2021-01-16 21:22:04 +03:00
|
|
|
}
|