UNPKG

@gospime/express-helmet-csp

Version:

Express helmet with Content security policy

45 lines (44 loc) 1.09 kB
{ "name": "@gospime/express-helmet-csp", "version": "1.2.4", "description": "Express helmet with Content security policy", "keywords": [ "gospime", "helmet", "csp", "security", "express" ], "main": "index.js", "scripts": { "build": "npm install && npm audit fix", "up": "npm update", "check": "npm outdated", "upgrade": "npm run up && npm run check && npm run build", "push-version": "standard-version", "ls-g": "npm list -g --depth=0" }, "repository": { "type": "git", "url": "git+https://github.com/gospime/express-helmet-csp.git" }, "author": "Oleg Kravchuk <oleg.kravchuk@gospime.com> (https://gospime.com)", "license": "MIT", "bugs": { "url": "https://github.com/gospime/express-helmet-csp/issues" }, "homepage": "https://github.com/gospime/express-helmet-csp#readme", "devDependencies": { "standard-version": "^7.1.0" }, "engines": { "node": ">=10.0.0" }, "dependencies": { "helmet": "^3.21.3", "uuid": "^3.4.0" }, "optionalDependencies": { "minimist": "^1.2.5" } }