2021-09-22 13:37:37 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-analytics-ingress",
|
2022-01-27 14:06:21 +03:00
|
|
|
"version": "0.1.9",
|
2021-09-22 13:37:37 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/members-analytics-ingress",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2021-10-20 14:33:01 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-09-22 13:37:37 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-18 11:40:13 +03:00
|
|
|
"c8": "7.11.0",
|
2021-10-20 14:55:15 +03:00
|
|
|
"mocha": "9.1.3",
|
2021-09-22 13:37:37 +03:00
|
|
|
"should": "13.2.3",
|
|
|
|
"sinon": "11.1.2"
|
2021-09-22 14:48:39 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-21 19:57:25 +03:00
|
|
|
"@tryghost/domain-events": "^0.1.6",
|
2022-01-27 14:06:21 +03:00
|
|
|
"@tryghost/member-events": "^0.3.4"
|
2021-09-22 13:51:27 +03:00
|
|
|
}
|
2021-09-22 13:37:37 +03:00
|
|
|
}
|