Initial commit

This commit is contained in:
2025-03-07 19:22:02 +01:00
commit 4a98255d83
55743 changed files with 5280367 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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"
}