mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-13 10:55:58 +03:00
9ec83a6e21
- we don't want to publish these anymore so this commit disables the ability to - also fixes up a missing version that wasn't reset
34 lines
894 B
JSON
34 lines
894 B
JSON
{
|
|
"name": "@tryghost/member-analytics-service",
|
|
"version": "0.0.0",
|
|
"repository": "https://github.com/TryGhost/Members/tree/main/packages/member-analytics-service",
|
|
"private": true,
|
|
"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'",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"posttest": "yarn lint"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@types/bookshelf": "1.2.7",
|
|
"c8": "7.12.0",
|
|
"mocha": "10.0.0",
|
|
"should": "13.2.3",
|
|
"sinon": "14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/domain-events": "^0.0.0",
|
|
"@tryghost/errors": "^1.0.0",
|
|
"@tryghost/member-events": "^0.0.0",
|
|
"@tryghost/tpl": "^0.1.4",
|
|
"bson-objectid": "^2.0.1"
|
|
}
|
|
}
|