Files
2020-08-20 20:27:14 +02:00

58 lines
1.6 KiB
JSON

{
"name": "content-security-policy-builder",
"author": "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)",
"description": "Build Content Security Policy directives.",
"version": "2.1.0",
"license": "MIT",
"keywords": [
"security",
"content",
"security",
"policy",
"csp",
"builder"
],
"homepage": "https://github.com/helmetjs/content-security-policy-builder",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/content-security-policy-builder.git"
},
"bugs": {
"url": "https://github.com/helmetjs/content-security-policy-builder/issues",
"email": "me@evanhahn.com"
},
"engines": {
"node": ">=4.0.0"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"dist/index.js",
"dist/index.d.ts"
],
"scripts": {
"pretest": "npm run lint",
"prepublishOnly": "npm run build",
"lint": "eslint --fix '**/*.ts'",
"test": "jest --config test/jest-config.json",
"clean": "rm -rf dist",
"build": "npm run clean && tsc"
},
"devDependencies": {
"@types/jest": "^24.0.14",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.16.0",
"eslint-config-helmet": "^0.2.0",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
}
,"_resolved": "https://registry.npmjs.org/content-security-policy-builder/-/content-security-policy-builder-2.1.0.tgz"
,"_integrity": "sha512-/MtLWhJVvJNkA9dVLAp6fg9LxD2gfI6R2Fi1hPmfjYXSahJJzcfvoeDOxSyp4NvxMuwWv3WMssE9o31DoULHrQ=="
,"_from": "content-security-policy-builder@2.1.0"
}