Ghost/ghost/express-dynamic-redirects/package.json
2022-07-19 18:55:22 +00:00

31 lines
763 B
JSON

{
"name": "@tryghost/express-dynamic-redirects",
"version": "0.2.13",
"repository": "https://github.com/TryGhost/Members/tree/main/packages/express-dynamic-redirects",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"c8": "7.12.0",
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0"
},
"peerDependencies": {
"express": "^4.17.1"
}
}