2020-08-07 18:59:25 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/bootstrap-socket",
|
2022-04-21 15:58:17 +03:00
|
|
|
"version": "0.2.18",
|
2021-10-01 16:34:06 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket",
|
2020-08-07 18:59:25 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-21 14:50:26 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
2020-08-07 18:59:25 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-20 21:23:57 +03:00
|
|
|
"c8": "7.11.2",
|
2022-05-02 16:54:55 +03:00
|
|
|
"mocha": "9.2.2",
|
2021-04-16 15:28:10 +03:00
|
|
|
"should": "13.2.3",
|
2021-09-22 15:54:32 +03:00
|
|
|
"sinon": "11.1.2"
|
2021-12-02 15:35:36 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-06 14:27:44 +03:00
|
|
|
"@tryghost/logging": "^2.0.0"
|
2020-08-07 19:02:41 +03:00
|
|
|
}
|
2020-08-07 18:59:25 +03:00
|
|
|
}
|