36 lines
934 B
JSON
36 lines
934 B
JSON
{
|
|
"name": "@tryghost/member-analytics-service",
|
|
"version": "0.1.9",
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Implement me!\"",
|
|
"test": "NODE_ENV=testing c8 --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bookshelf": "1.2.7",
|
|
"c8": "7.11.0",
|
|
"mocha": "9.2.1",
|
|
"should": "13.2.3",
|
|
"sinon": "13.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/domain-events": "^0.1.7",
|
|
"@tryghost/errors": "^1.0.0",
|
|
"@tryghost/member-events": "^0.3.5",
|
|
"@tryghost/tpl": "^0.1.4",
|
|
"bson-objectid": "^2.0.1"
|
|
}
|
|
}
|