mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Adding docs dir
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This directory holds api docs generated by apidoc.
|
||||
+6
-1
@@ -15,7 +15,8 @@
|
||||
"test-v3": "export NETWORK=testnet && nyc --reporter=text mocha --timeout 25000 test/v3/",
|
||||
"test:integration": "mocha test/v3/integration",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"coverage:report": "export NETWORK=testnet && nyc --reporter=html mocha test/v2/"
|
||||
"coverage:report": "export NETWORK=testnet && nyc --reporter=html mocha test/v2/",
|
||||
"docs": "./node_modules/.bin/apidoc -i src/ -o docs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.15.1"
|
||||
@@ -83,5 +84,9 @@
|
||||
"npmPublish": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"apidoc": {
|
||||
"title": "bch-api",
|
||||
"url": "localhost:3000"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user