2019-10-24 16:53:06 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/vhost-middleware",
|
2022-07-26 16:08:05 +03:00
|
|
|
"private": true,
|
2022-07-26 15:57:43 +03:00
|
|
|
"version": "0.0.0",
|
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"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-07-19 21:33:27 +03:00
|
|
|
"c8": "7.12.0",
|
2022-05-02 16:59:30 +03:00
|
|
|
"mocha": "10.0.0",
|
2022-07-04 04:28:27 +03:00
|
|
|
"supertest": "6.2.4"
|
2019-10-24 16:53:06 +03:00
|
|
|
}
|
|
|
|
}
|