Ghost/ghost/email-analytics-provider-mailgun/package.json

30 lines
718 B
JSON
Raw Normal View History

2021-01-16 21:22:04 +03:00
{
"name": "@tryghost/email-analytics-provider-mailgun",
"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!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache"
2021-01-16 21:22:04 +03:00
},
"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
},
"dependencies": {
"@tryghost/email-analytics-service": "0.0.0",
"@tryghost/logging": "2.2.4",
2022-07-21 15:38:42 +03:00
"mailgun-js": "0.22.0",
"moment": "2.29.1"
}
2021-01-16 21:22:04 +03:00
}