@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
62 lines • 1.55 kB
JSON
{
"name": "@scalar/oas-utils",
"description": "Open API spec and Yaml handling utilities",
"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/oas-utils"
},
"keywords": [
"oas",
"fetching",
"specification",
"yaml"
],
"version": "0.17.3",
"engines": {
"node": ">=22"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"exports": {
"./helpers": {
"import": "./dist/helpers/index.js",
"types": "./dist/helpers/index.d.ts",
"default": "./dist/helpers/index.js"
},
"./migrations": {
"import": "./dist/migrations/index.js",
"types": "./dist/migrations/index.d.ts",
"default": "./dist/migrations/index.js"
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"dependencies": {
"flatted": "^3.4.0",
"vue": "^3.5.30",
"yaml": "^2.8.3",
"@scalar/helpers": "0.8.0",
"@scalar/types": "0.12.2",
"@scalar/themes": "0.15.5",
"@scalar/workspace-store": "0.52.0"
},
"devDependencies": {
"@types/node": "^24.1.0",
"fake-indexeddb": "6.2.3",
"vite": "8.0.0",
"vitest": "4.1.0"
},
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
"test": "vitest --run",
"types:check": "tsc --noEmit"
}
}