Ghost/ghost/vhost-middleware/package.json
2021-01-25 21:31:18 +00:00

26 lines
586 B
JSON

{
"name": "@tryghost/vhost-middleware",
"version": "1.0.11",
"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": "8.2.1",
"supertest": "6.1.3"
}
}