* Version Packages * update pnpm lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
33 lines
750 B
JSON
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.8",
|
|
"jscodeshift": "0.13.0",
|
|
"uuid": "^8.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jscodeshift": "0.11.2"
|
|
}
|
|
}
|