2020-08-07 18:59:25 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/bootstrap-socket",
|
2022-07-26 16:08:05 +03:00
|
|
|
"private": true,
|
2022-07-26 15:57:43 +03:00
|
|
|
"version": "0.0.0",
|
2020-08-07 18:59:25 +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 mocha './test/**/*.test.js'",
|
|
|
|
"test": "yarn test:unit",
|
2023-06-12 17:27:12 +03:00
|
|
|
"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"
|
2020-08-07 18:59:25 +03:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2023-02-17 01:15:50 +03:00
|
|
|
"c8": "7.13.0",
|
2022-12-12 16:20:22 +03:00
|
|
|
"mocha": "10.2.0",
|
2021-04-16 15:28:10 +03:00
|
|
|
"should": "13.2.3",
|
2023-04-05 15:53:35 +03:00
|
|
|
"sinon": "15.0.3"
|
2021-12-02 15:35:36 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-04-07 14:14:57 +03:00
|
|
|
"@tryghost/logging": "2.4.4"
|
2020-08-07 19:02:41 +03:00
|
|
|
}
|
2020-08-07 18:59:25 +03:00
|
|
|
}
|