Ghost/ghost/bootstrap-socket/package.json
Daniel Lockyer f6d5480c4f Renamed TryGhost/Ghost-Utils links to TryGhost/Utils
no issue

- this repository has been renamed so this commit just brings all the
  links inline with this change
2021-01-12 16:40:16 +00:00

27 lines
605 B
JSON

{
"name": "@tryghost/bootstrap-socket",
"version": "0.2.4",
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/bootstrap-socket",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"mocha": "8.2.1",
"should": "13.2.3",
"sinon": "9.2.3"
}
}