Some checks failed
Node.js CI / build (push) Failing after 2s
Node.js CI / e2e-tests (+(a11y|security|bugs)/**/*cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/!(o|d|m)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/+(o|d)*.cy.js) (push) Failing after 2s
Node.js CI / e2e-tests (features/**/m*.cy.js) (push) Failing after 2s
Security scan for docker image / build (push) Failing after 8s
CodeQL / Analyze (javascript) (push) Failing after 1m10s
21 lines
562 B
JSON
Executable File
21 lines
562 B
JSON
Executable File
{
|
|
"name": "swagger-ui-dist",
|
|
"version": "$$VERSION",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:swagger-api/swagger-ui.git",
|
|
"contributors": [
|
|
"(in alphabetical order)",
|
|
"Anna Bodnia <anna.bodnia@gmail.com>",
|
|
"Buu Nguyen <buunguyen@gmail.com>",
|
|
"Josh Ponelat <jponelat@gmail.com>",
|
|
"Kyle Shockey <kyleshockey1@gmail.com>",
|
|
"Robert Barnwell <robert@robertismy.name>",
|
|
"Sahar Jafari <shr.jafari@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@scarf/scarf": "=1.4.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|