Ghost/ghost/domain-events/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

27 lines
674 B
JSON

{
"name": "@tryghost/domain-events",
"version": "0.0.0",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
"private": true,
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"types": "types",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
}
}