28 lines
605 B
JSON
28 lines
605 B
JSON
{
|
|
"name": "@blitzjs/recipe-render",
|
|
"private": true,
|
|
"version": "2.0.0-beta.11",
|
|
"description": "The Blitz Recipe for adding render.yaml",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"No tests yet\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/blitz-js/blitz.git"
|
|
},
|
|
"keywords": [
|
|
"blitz",
|
|
"blitzjs"
|
|
],
|
|
"author": "Brandon Bayer <b@bayer.ws>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/blitz-js/blitz/issues"
|
|
},
|
|
"homepage": "https://github.com/blitz-js/blitz#readme",
|
|
"dependencies": {
|
|
"blitz": "2.0.10"
|
|
}
|
|
}
|