29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "oas-kit-common",
|
|
"version": "1.0.8",
|
|
"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"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Mermade/oas-kit.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mermade/oas-kit/issues"
|
|
},
|
|
"gitHead": "d45ad2a14dede9aa5175d5815cbbba4e75191e82"
|
|
}
|