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",
|
|
|
|
"private": true,
|
2021-01-16 21:22:04 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2021-01-16 21:22:04 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-10-17 11:41:28 +03:00
|
|
|
"mocha": "10.1.0",
|
2022-11-07 23:39:48 +03:00
|
|
|
"sinon": "14.0.2"
|
2021-01-16 21:22:04 +03:00
|
|
|
},
|
2021-01-16 19:22:52 +03:00
|
|
|
"dependencies": {
|
2022-07-21 17:35:19 +03:00
|
|
|
"@tryghost/email-analytics-service": "0.0.0",
|
2022-08-10 13:16:55 +03:00
|
|
|
"@tryghost/mailgun-client": "0.0.0",
|
2022-07-27 09:44:50 +03:00
|
|
|
"moment": "2.29.1"
|
2021-01-16 19:22:52 +03:00
|
|
|
}
|
2021-01-16 21:22:04 +03:00
|
|
|
}
|