Ghost/ghost/email-analytics-service/package.json
Thibaut Patel 38e9f84d41 Published new versions
- @tryghost/custom-theme-settings-service@0.2.0
 - @tryghost/email-analytics-provider-mailgun@1.0.4
 - @tryghost/email-analytics-service@1.0.3
2021-10-20 11:46:57 +02:00

31 lines
707 B
JSON

{
"name": "@tryghost/email-analytics-service",
"version": "1.0.3",
"repository": "https://github.com/TryGhost/Publishing/tree/master/packages/email-analytics-service",
"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.3",
"should": "13.2.3",
"sinon": "11.1.2"
},
"dependencies": {
"ghost-ignition": "^4.2.4",
"lodash": "^4.17.20"
}
}