2023-02-17 13:59:18 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/slack-notifications",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"repository": "https://github.com/TryGhost/Ghost/tree/main/packages/slack-notifications",
|
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"private": true,
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2023-10-05 13:09:39 +03:00
|
|
|
"test:unit": "NODE_ENV=testing TZ=UTC c8 --all --check-coverage --100 --reporter text --reporter cobertura -- mocha --reporter dot './test/**/*.test.js'",
|
2023-02-17 13:59:18 +03:00
|
|
|
"test": "yarn test:unit",
|
|
|
|
"lint:code": "eslint *.js lib/ --ext .js --cache",
|
|
|
|
"lint": "yarn lint:code && yarn lint:test",
|
|
|
|
"lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-09-01 16:32:29 +03:00
|
|
|
"c8": "8.0.1",
|
2023-02-17 13:59:18 +03:00
|
|
|
"mocha": "10.2.0",
|
2023-07-11 16:11:02 +03:00
|
|
|
"sinon": "15.2.0"
|
2023-02-17 13:59:18 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-01 17:51:33 +03:00
|
|
|
"@tryghost/errors": "1.3.2",
|
2024-05-27 16:18:12 +03:00
|
|
|
"@tryghost/validator": "0.2.11",
|
|
|
|
"@tryghost/version": "0.1.28",
|
2023-02-17 13:59:18 +03:00
|
|
|
"got": "9.6.0"
|
|
|
|
}
|
|
|
|
}
|