2019-10-24 16:53:06 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/vhost-middleware",
|
2022-04-27 13:24:20 +03:00
|
|
|
"version": "1.0.24",
|
2021-10-01 16:34:06 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware",
|
2019-10-24 16:53:06 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
2022-02-21 14:50:26 +03:00
|
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
2019-10-24 16:53:06 +03:00
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-20 21:23:57 +03:00
|
|
|
"c8": "7.11.2",
|
2022-05-02 16:54:55 +03:00
|
|
|
"mocha": "9.2.2",
|
2022-04-27 03:17:55 +03:00
|
|
|
"supertest": "6.2.3"
|
2019-10-24 16:53:06 +03:00
|
|
|
}
|
|
|
|
}
|