2021-09-17 16:07:27 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/domain-events",
|
2022-01-10 18:56:12 +03:00
|
|
|
"version": "0.1.4",
|
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!\"",
|
2021-10-20 14:33:01 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --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": {
|
2021-09-20 14:52:36 +03:00
|
|
|
"@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",
|
2021-09-17 16:07:27 +03:00
|
|
|
"should": "13.2.3",
|
|
|
|
"sinon": "11.1.2"
|
2021-09-17 16:25:14 +03:00
|
|
|
}
|
2021-09-17 16:07:27 +03:00
|
|
|
}
|