ed3f229136
- @tryghost/adapter-manager@0.1.4 - @tryghost/errors@0.1.3 - @tryghost/image-transform@0.2.2 - @tryghost/moleculer-service-from-class@0.1.3 - @tryghost/mw-session-from-token@0.1.2 - @tryghost/pretty-cli@1.2.6 - @tryghost/release-utils@0.6.2 - @tryghost/session-service@0.1.2 - @tryghost/vhost-middleware@1.0.4 - @tryghost/zip@1.1.0
33 lines
742 B
JSON
33 lines
742 B
JSON
{
|
|
"name": "@tryghost/vhost-middleware",
|
|
"version": "1.0.4",
|
|
"repository": "https://github.com/TryGhost/Ghost-Utils/tree/master/packages/vhost-middleware",
|
|
"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": "7.1.2",
|
|
"should": "13.2.3",
|
|
"sinon": "9.0.2",
|
|
"supertest": "4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "3.7.2",
|
|
"ghost-ignition": "4.2.1",
|
|
"lodash": "4.17.15"
|
|
}
|
|
}
|