@financialforcedev/orizuru-openapi
Version:
OpenAPI generator for Orizuru.
55 lines (54 loc) • 1.15 kB
JSON
{
"name": "@financialforcedev/orizuru-openapi",
"version": "2.0.3",
"description": "OpenAPI generator for Orizuru.",
"main": "src/lib/index.js",
"scripts": {
"doc": "jsdoc src/lib -r -d doc --readme readme.md",
"pretest": "eslint src test",
"test": "nyc mocha --recursive --recursive src/spec"
},
"repository": {
"type": "git",
"url": "https://github.com/financialforcedev/orizuru-openapi.git"
},
"keywords": [
"openapi",
"orizuru",
"avro"
],
"author": "financialforce",
"license": "BSD-3-Clause",
"devDependencies": {
"chai": "^4.1.2",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"proxyquire": "^2.0.1",
"sinon": "^5.1.0"
},
"nyc": {
"check-coverage": true,
"per-file": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"include": [
"src"
],
"reporter": [
"lcov",
"html",
"text",
"text-summary"
],
"cache": true,
"all": true
},
"dependencies": {
"@financialforcedev/eslint-config": "^4.0.0",
"avsc": "^5.0.6",
"lodash": "^4.17.4"
}
}