csp-header
Version:
Content-Security-Policy header generator
32 lines (31 loc) • 678 B
JSON
{
"name": "csp-header",
"version": "6.1.0",
"description": "Content-Security-Policy header generator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc -p ./",
"lint": "eslint"
},
"keywords": [
"csp",
"content-security-policy",
"security",
"policy"
],
"author": "frux",
"license": "WTFPL",
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frux/csp.git"
},
"bugs": {
"url": "https://github.com/frux/csp/labels/csp-header"
},
"homepage": "https://github.com/frux/csp/tree/master/packages/csp-header#readme"
}