ab5ced6bdd
- @tryghost/adapter-manager@0.1.10 - @tryghost/bootstrap-socket@0.2.1 - @tryghost/constants@0.1.0 - @tryghost/errors@0.2.3 - @tryghost/image-transform@1.0.3 - @tryghost/moleculer-service-from-class@0.2.5 - @tryghost/mw-session-from-token@0.1.7 - @tryghost/pretty-cli@1.2.9 - @tryghost/release-utils@0.6.5 - @tryghost/session-service@0.1.8 - @tryghost/vhost-middleware@1.0.8 - @tryghost/zip@1.1.3
27 lines
611 B
JSON
27 lines
611 B
JSON
{
|
|
"name": "@tryghost/bootstrap-socket",
|
|
"version": "0.2.1",
|
|
"repository": "https://github.com/TryGhost/Ghost-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.1.1",
|
|
"should": "13.2.3",
|
|
"sinon": "9.0.3"
|
|
}
|
|
}
|