2022-02-23 21:13:42 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/members-events-service",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2022-02-23 21:13:42 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2022-02-23 21:13:42 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-07-19 21:55:22 +03:00
|
|
|
"c8": "7.12.0",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2022-08-18 12:36:16 +03:00
|
|
|
"moment": "2.29.4",
|
2022-02-23 21:13:42 +03:00
|
|
|
"should": "13.2.3",
|
2022-11-07 23:39:48 +03:00
|
|
|
"sinon": "14.0.2"
|
2022-02-23 21:13:42 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-21 17:35:19 +03:00
|
|
|
"@tryghost/domain-events": "0.0.0",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/errors": "1.2.19",
|
2022-07-21 17:35:19 +03:00
|
|
|
"@tryghost/member-events": "0.0.0",
|
2022-12-05 16:36:23 +03:00
|
|
|
"moment-timezone": "0.5.34",
|
2022-12-14 07:18:55 +03:00
|
|
|
"@tryghost/logging": "2.3.5"
|
2022-02-23 21:13:42 +03:00
|
|
|
}
|
|
|
|
}
|