d6af8fbb8f
refs https://github.com/TryGhost/Team/issues/2216 This change removes old analytics code which was added under `membersActivity` flag as an experimental alpha feature to test the first versions of member analytics, and is no longer active or in use. This change removes the remaining services and its usage that were created to manage this version of analytics but is no longer active or maintained. - removes `members-analytics-ingress` service that was used to ingest events from Portal in this experimental feature - removes `member-analytics-service` service that managed the events from this experimental feature - removes usages of the 2 services and their dependency in `members-api` - removes `member-analytic-event` model as the corresponding table for it does not exist anymore and was dropped in 5.0
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@tryghost/members-api",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha --reporter dot './test/**/*.test.js'",
|
|
"test": "yarn test:unit",
|
|
"lint": "eslint . --ext .js --cache"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"MembersAPI.js",
|
|
"lib",
|
|
"gateway"
|
|
],
|
|
"devDependencies": {
|
|
"@tryghost/member-attribution": "0.0.0",
|
|
"@types/node-jose": "1.1.10",
|
|
"c8": "7.12.0",
|
|
"jwk-to-pem": "2.0.5",
|
|
"mocha": "10.1.0",
|
|
"nock": "13.2.9",
|
|
"should": "13.2.3",
|
|
"sinon": "14.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/domain-events": "0.0.0",
|
|
"@tryghost/errors": "1.2.18",
|
|
"@tryghost/logging": "2.3.2",
|
|
"@tryghost/magic-link": "0.0.0",
|
|
"@tryghost/member-events": "0.0.0",
|
|
"@tryghost/members-payments": "0.0.0",
|
|
"@tryghost/nql": "0.11.0",
|
|
"@tryghost/tpl": "0.1.19",
|
|
"@types/jsonwebtoken": "8.5.9",
|
|
"body-parser": "1.20.1",
|
|
"bson-objectid": "2.0.3",
|
|
"express": "4.18.2",
|
|
"got": "9.6.0",
|
|
"jsonwebtoken": "8.5.1",
|
|
"lodash": "4.17.21",
|
|
"moment": "2.29.4",
|
|
"node-jose": "2.1.1"
|
|
}
|
|
}
|