UNPKG

@oas-tools/core

Version:
55 lines 1.27 kB
{ "name": "@oas-tools/core", "version": "3.1.0", "description": "OAS Tools core library", "type": "module", "main": "./src/index.js", "exports": { ".": "./src/entrypoint.cjs" }, "files": [ "src" ], "engines": { "node": ">=14.0.0" }, "scripts": { "lint": "eslint src --ext .mjs --ext .js --ext .cjs", "format": "npm run lint -- --fix", "test": "mocha ./tests/index.test.js", "cov": "c8 --all -n=src/* -x=src/index_old.js -x=src/entrypoint.cjs --reporter=lcov --reporter=text npm run test" }, "author": "ISA Group, University of Seville", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/oas-tools/oas-tools.git" }, "dependencies": { "@oas-tools/commons": "^1.0.0", "js-yaml": "^4.1.0", "json-schema-ref-parser": "^9.0.9", "lodash": "^4.17.21", "rc": "^1.2.8", "swagger-ui-express": "^4.3.0", "validator": "^13.0.0", "whatwg-mimetype": "^2.3.0" }, "devDependencies": { "axios": "^0.27.2", "c8": "^7.11.3", "eslint": "^8.19.0", "express": "^4.17.2", "mocha": "^9.2.0", "sinon": "^14.0.0" }, "keywords": [ "OpenAPI", "REST", "OAS", "Open API", "API", "Swagger", "Tools" ] }