mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-db.git
synced 2026-09-21 16:52:02 -07:00
Adding API DOCs
This commit is contained in:
+10
-1
@@ -5,12 +5,18 @@
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prestart": "npm run docs",
|
||||
"start": "node index.js",
|
||||
"test": "export SVC_ENV=test && c8 --reporter=text mocha --exit --timeout 15000 --recursive test/unit/",
|
||||
"lint": "standard --env mocha --fix"
|
||||
"lint": "standard --env mocha --fix",
|
||||
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
|
||||
},
|
||||
"author": "Chris Troutner",
|
||||
"license": "MIT",
|
||||
"apidoc": {
|
||||
"title": "psf-memo-db",
|
||||
"url": "localhost:5021"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "17.2.3",
|
||||
"kcors": "2.2.2",
|
||||
@@ -18,13 +24,16 @@
|
||||
"koa-bodyparser": "4.3.0",
|
||||
"koa-convert": "2.0.0",
|
||||
"koa-logger": "3.2.1",
|
||||
"koa-mount": "4.0.0",
|
||||
"koa-router": "10.0.0",
|
||||
"koa-static": "5.0.0",
|
||||
"level": "7.0.1",
|
||||
"shelljs": "0.10.0",
|
||||
"winston": "3.3.3",
|
||||
"winston-daily-rotate-file": "4.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"apidoc": "0.51.1",
|
||||
"c8": "10.1.3",
|
||||
"chai": "4.3.0",
|
||||
"mocha": "10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user