33 lines
605 B
JSON
33 lines
605 B
JSON
{
|
|
"name": "@fal-ai/serverless-nextjs",
|
|
"description": "The fal-serverless Next.js integration",
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fal-ai/serverless-js.git",
|
|
"directory": "libs/nextjs"
|
|
},
|
|
"keywords": [
|
|
"fal",
|
|
"serverless",
|
|
"client",
|
|
"next",
|
|
"nextjs",
|
|
"proxy"
|
|
],
|
|
"peerDependencies": {
|
|
"next": "^13.0.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"react-dom": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|