Revision 66fe9db36115bbf5425892aaaac6dba5e3c5df59 authored by Lorna Jane Mitchell on 04 April 2024, 07:41:11 UTC, committed by GitHub on 04 April 2024, 07:41:11 UTC
2 parent s 77c7b9a + 95fd0a8
Raw File
package.json
{
  "name": "oas-schemas",
  "version": "2.0.0",
  "description": "OpenAPI Specification JSON schemas",
  "author": {
    "name": "OpenAPI Initiative TSC",
    "email": "tsc@openapis.org",
    "url": "https://openapis.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OAI/OpenAPI-Specification.git"
  },
  "license": "Apache-2.0",
  "scripts": {
    "test": "vitest --watch=false"
  },
  "readmeFilename": "README.md",
  "files": [
    "README.md",
    "schemas/*"
  ],
  "dependencies": {
    "cheerio": "^1.0.0-rc.5",
    "highlight.js": "^11.9.0",
    "markdown-it": "^14.1.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@hyperjump/json-schema": "^1.7.3",
    "mdv": "^1.3.4",
    "vitest": "^1.4.0",
    "yaml": "^2.4.1"
  },
  "keywords": [
    "OpenAPI",
    "OAS",
    "Swagger",
    "schema",
    "API"
  ]
}
back to top