| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/webhook-relay-web/current/node_modules/@scalar/openapi-upgrader/ |
Upload File : |
{
"name": "@scalar/openapi-upgrader",
"description": "Upgrade OpenAPI documents to the latest and greatest version",
"license": "MIT",
"author": "Scalar (https://github.com/scalar)",
"homepage": "https://github.com/scalar/scalar",
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
"repository": {
"type": "git",
"url": "git+https://github.com/scalar/scalar.git",
"directory": "packages/openapi-upgrader"
},
"keywords": [
"openapi",
"scalar",
"swagger",
"parser",
"typescript",
"upgrade",
"openapi 3.0",
"openapi 3.1"
],
"version": "0.2.9",
"engines": {
"node": ">=22"
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./2.0-to-3.0": {
"import": "./dist/2.0-to-3.0/index.js",
"types": "./dist/2.0-to-3.0/index.d.ts",
"default": "./dist/2.0-to-3.0/index.js"
},
"./3.0-to-3.1": {
"import": "./dist/3.0-to-3.1/index.js",
"types": "./dist/3.0-to-3.1/index.d.ts",
"default": "./dist/3.0-to-3.1/index.js"
},
"./3.1-to-3.2": {
"import": "./dist/3.1-to-3.2/index.js",
"types": "./dist/3.1-to-3.2/index.d.ts",
"default": "./dist/3.1-to-3.2/index.js"
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"readme": {
"title": "Scalar OpenAPI Upgrader",
"badges": [
{
"type": "npm-version"
},
{
"type": "npm-downloads"
},
{
"type": "npm-license"
}
],
"documentation": "https://scalar.com/tools/openapi-upgrader/getting-started"
},
"sideEffects": false,
"dependencies": {
"@scalar/openapi-types": "0.9.1"
},
"devDependencies": {
"vite": "8.0.0",
"@scalar/helpers": "0.8.1",
"@scalar/types": "0.12.3"
},
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"test": "vitest --run",
"types:check": "tsc --noEmit"
}
}