mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Move apidoc config to package.json
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "koa2-api-boilerplate",
|
||||
"version": "1.1.0",
|
||||
"description": "Koa2 boilerplate covering essentials for APIs",
|
||||
"title": "koa2-api-boilerplate",
|
||||
"url" : "https://github.com/adrianObel/koa2-api-boilerplate"
|
||||
}
|
||||
@@ -22,6 +22,14 @@
|
||||
],
|
||||
"author": "Adrian Obelmejias <adrian@obel.me>",
|
||||
"license": "MIT",
|
||||
"apidoc": {
|
||||
"title": "koa2-api-boilerplate",
|
||||
"url" : "https://github.com/adrianObel/koa2-api-boilerplate"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/adrianObel/koa2-api-boilerplate"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-core": "^6.5.1",
|
||||
"babel-polyfill": "^6.5.0",
|
||||
|
||||
Reference in New Issue
Block a user