Ghost/ghost/domain-events/package.json

30 lines
735 B
JSON
Raw Normal View History

{
"name": "@tryghost/domain-events",
"version": "0.1.4",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/domain-events",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"types": "types",
"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": {
"@babel/eslint-parser": "7.15.4",
2022-01-18 11:40:13 +03:00
"c8": "7.11.0",
2021-10-20 14:55:15 +03:00
"mocha": "9.1.3",
"should": "13.2.3",
"sinon": "11.1.2"
}
}