do-oas-kit-common
Version:
Common utility functions for oas-kit
31 lines (30 loc) • 727 B
JSON
{
"name": "do-oas-kit-common",
"version": "1.0.10",
"description": "Common utility functions for oas-kit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openapi",
"swagger",
"oas",
"utility"
],
"author": "Mike Ralphson",
"dependencies": {
"fast-safe-stringify": "^2.0.7",
"is-chinese": "^2.0.0",
"is-word-character": "^1.0.4"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/space-77/oas-kit.git"
},
"bugs": {
"url": "https://github.com/space-77/oas-kit/issues"
},
"gitHead": "da527220c78530e836c33f77178493aab93d385c"
}