b06e2a4577
- @tryghost/adapter-manager@0.2.13 - @tryghost/bootstrap-socket@0.2.9 - @tryghost/constants@0.1.8 - @tryghost/errors@0.2.12 - @tryghost/image-transform@1.0.12 - @tryghost/job-manager@0.8.7 - @tryghost/limit-service@0.6.1 - @tryghost/moleculer-service-from-class@0.2.16 - @tryghost/mw-session-from-token@0.1.21 - @tryghost/package-json@0.1.2 - @tryghost/pretty-cli@1.2.18 - @tryghost/promise@0.1.9 - @tryghost/release-utils@0.6.15 - @tryghost/security@0.2.9 - @tryghost/session-service@0.1.23 - @tryghost/tpl@0.1.0 - @tryghost/vhost-middleware@1.0.15 - @tryghost/zip@1.1.14
26 lines
586 B
JSON
26 lines
586 B
JSON
{
|
|
"name": "@tryghost/vhost-middleware",
|
|
"version": "1.0.15",
|
|
"repository": "https://github.com/TryGhost/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": "9.0.0",
|
|
"supertest": "6.1.3"
|
|
}
|
|
}
|