1
0
mirror of synced 2025-12-26 05:00:15 -05:00
Files
blitz/recipes/secureheaders/package.json
github-actions[bot] 0b941dc841 Version Packages (#4268)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-03 22:32:20 +05:30

33 lines
750 B
JSON

{
"name": "@blitzjs/recipe-secureheaders",
"private": true,
"version": "2.0.0-beta.11",
"description": "The Blitz Recipe for configuring Secure Headers",
"main": "index.ts",
"scripts": {
"test": "echo \"No tests yet\""
},
"repository": {
"type": "git",
"url": "https://github.com/blitz-js/blitz.git"
},
"keywords": [
"blitz",
"blitzjs"
],
"author": "Jeremy Liberman <jeremy@jeremyliberman.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blitz-js/blitz/issues"
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.1",
"jscodeshift": "0.13.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/jscodeshift": "0.11.2"
}
}