Recipe-app main
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@vercel/og",
|
||||
"version": "0.11.1",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"main": "./index.node.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"edge-light": "./index.edge.js",
|
||||
"import": "./index.node.js",
|
||||
"node": "./index.node.js",
|
||||
"default": "./index.node.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user