Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of frameworks documents that matched your query. |
frameworks | array | List of frameworks. Can be one of:
|
Example
JSON
{
"total": 5,
"frameworks": [
{
"key": "sveltekit",
"name": "SvelteKit",
"buildRuntime": "node-22",
"runtimes": [
"static-1",
"node-22"
],
"adapters": [
{
"key": "static",
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": "./dist",
"fallbackFile": "index.html"
}
]
}
]
}
JSON
{
"total": 5,
"frameworks": [
{
"key": "sveltekit",
"name": "SvelteKit",
"buildRuntime": "node-22",
"runtimes": [
"static-1",
"node-22"
],
"adapters": [
{
"key": "static",
"installCommand": "npm install",
"buildCommand": "npm run build",
"outputDirectory": "./dist",
"fallbackFile": "index.html"
}
]
}
]
}