express-csp-generator
Version:
Content-Security-Policy Generator, Running as an express middleware that integrates with RapidSec.
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "express-csp-generator",
"version": "1.0.3",
"description": "Content-Security-Policy Generator, Running as an express middleware that integrates with RapidSec.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "npm run tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rapidsec-com/express-csp-generator.git"
},
"keywords": [
"security",
"protection",
"content-security-policy",
"csp",
"xss",
"clickjacking",
"formjacking",
"rapidsec"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rapidsec-com/express-csp-generator/issues"
},
"homepage": "https://github.com/rapidsec-com/express-csp-generator#readme",
"devDependencies": {
"@types/node": "^14.14.31",
"typescript": "^4.1.5"
}
}