2021-09-17 16:07:27 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/domain-events",
|
2022-07-21 10:15:29 +03:00
|
|
|
"version": "0.0.0",
|
2022-07-21 10:24:02 +03:00
|
|
|
"private": true,
|
2021-09-17 16:07:27 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"types": "types",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2023-01-04 16:30:35 +03:00
|
|
|
"test:unit": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage --100 mocha './test/**/*.test.js'",
|
2022-08-15 16:20:45 +03:00
|
|
|
"test": "yarn test:unit",
|
2022-07-21 11:09:36 +03:00
|
|
|
"lint": "eslint . --ext .js --cache"
|
2021-09-17 16:07:27 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-04-07 14:14:57 +03:00
|
|
|
"@tryghost/logging": "2.4.4",
|
2023-02-17 01:15:50 +03:00
|
|
|
"c8": "7.13.0",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2023-01-02 21:32:59 +03:00
|
|
|
"should": "13.2.3"
|
2021-09-17 16:25:14 +03:00
|
|
|
}
|
2021-09-17 16:07:27 +03:00
|
|
|
}
|