mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
Add swagger API documentation (#2035)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "swagger",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "swagger-initializer.js",
|
||||
"scripts": {
|
||||
"swagger": "http-server .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"http-server": "^14.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user