Ghost/ghost/member-analytics-service/package.json
Daniel Lockyer 9ec83a6e21
Disabled publishing for Members packages
- 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
2022-07-21 09:26:04 +02:00

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"
}
}