@microsoft.azure/openapi-validator-core
Version:
Azure OpenAPI Validator
75 lines (74 loc) • 1.84 kB
JSON
{
"name": "@microsoft.azure/openapi-validator-core",
"version": "1.0.6",
"description": "Azure OpenAPI Validator",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "npm run build && jest",
"lint:fix": "eslint ./src --fix --ext .ts",
"lint": "eslint ./src --ext .ts --max-warnings=0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/azure-openapi-validator.git"
},
"keywords": [
"azure",
"openapi",
"swagger",
"validation",
"validator",
"inventory"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/azure-openapi-validator/issues"
},
"homepage": "https://github.com/Azure/azure-openapi-validator/blob/main/README.md",
"dependencies": {
"@azure-tools/uri": "^3.1.1",
"dependency-graph": "^1.0.0",
"jsonc-parser": "^3.2.1",
"jsonpath-plus": "^8.1.0",
"lodash": "^4.17.21",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "^18.11.9",
"@types/jest": "^27.0.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"jest": "^27.0.6",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ts-jest": "^27.1.3",
"typescript": "~4.6.4"
},
"jest": {
"testMatch": [
"**/tests/*.test.ts",
"!**/*.test.d.ts"
],
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
}
},
"testEnvironment": "node",
"moduleFileExtensions": [
"js",
"json",
"node",
"ts"
],
"preset": "ts-jest"
}
}