Skip to content

Commit

Permalink
Add scalar-api-reference w/ npm auto-update (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-crypt authored Feb 4, 2024
1 parent 738dcda commit 0e6a54b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/s/scalar-api-reference.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "scalar-api-reference",
"filename": "standalone.js",
"description": "Generate beautiful API references from OpenAPI specs",
"repository": {
"type": "git",
"url": "git+https://github.com/scalar/scalar.git"
},
"authors": [
{
"name": "Scalar",
"email": "marc@scalar.com"
}
],
"keywords": [
"api",
"docs",
"documentation",
"reference",
"component",
"openapi",
"swagger",
"vue"
],
"license": "MIT",
"homepage": "https://github.com/scalar/scalar",
"autoupdate": {
"source": "npm",
"target": "@scalar/api-reference",
"fileMap": [
{
"basePath": "dist/browser",
"files": ["standalone.js"]
}
]
}
}

0 comments on commit 0e6a54b

Please sign in to comment.