2021-09-17 16:07:27 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/domain-events",
|
2022-05-03 17:40:39 +03:00
|
|
|
"version": "0.1.12",
|
2021-09-17 16:07:27 +03:00
|
|
|
"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!\"",
|
2022-02-21 15:08:55 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
2021-09-17 16:07:27 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-03 00:39:21 +03:00
|
|
|
"c8": "7.11.2",
|
2022-05-02 05:29:13 +03:00
|
|
|
"mocha": "10.0.0",
|
2021-09-17 16:07:27 +03:00
|
|
|
"should": "13.2.3",
|
2022-04-27 10:10:37 +03:00
|
|
|
"sinon": "13.0.2"
|
2021-09-17 16:25:14 +03:00
|
|
|
}
|
2021-09-17 16:07:27 +03:00
|
|
|
}
|