Ghost/ghost/email-analytics-service/package.json

31 lines
753 B
JSON
Raw Normal View History

2021-01-16 21:22:04 +03:00
{
"name": "@tryghost/email-analytics-service",
"version": "1.0.7",
"repository": "https://github.com/TryGhost/Publishing/tree/main/packages/email-analytics-service",
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 mocha './test/**/*.test.js'",
2021-01-16 21:22:04 +03:00
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
2022-05-02 03:44:17 +03:00
"mocha": "10.0.0",
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/debug": "^0.1.9",
"lodash": "^4.17.20"
}
2021-01-16 21:22:04 +03:00
}