mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 07:46:21 +02:00
36 lines
956 B
JSON
36 lines
956 B
JSON
{
|
|
"name": "openapi-schema-validator",
|
|
"version": "3.0.3",
|
|
"description": "A validator for OpenAPI documents.",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"scripts": {
|
|
"cover": "nyc",
|
|
"prepare": "tsc",
|
|
"test-watch": "mocha --watch-extensions ts -w",
|
|
"test": "mocha",
|
|
"travis-test": "npm run cover"
|
|
},
|
|
"repository": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-schema-validator",
|
|
"keywords": [
|
|
"openapi",
|
|
"schema",
|
|
"validator"
|
|
],
|
|
"author": "Joseph Spencer",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kogosoftwarellc/open-api/issues"
|
|
},
|
|
"homepage": "https://github.com/kogosoftwarellc/open-api/tree/master/packages/openapi-schema-validator#readme",
|
|
"dependencies": {
|
|
"ajv": "^6.5.2",
|
|
"lodash.merge": "^4.6.1",
|
|
"openapi-types": "1.3.4",
|
|
"swagger-schema-official": "2.0.0-bab6bed"
|
|
}
|
|
}
|