mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
@@ -1,6 +1,11 @@
|
||||
# babel-free-koa2-api-boilerplate
|
||||
[](http://standardjs.com)
|
||||
|
||||
[](https://coveralls.io/github/christroutner/babel-free-koa2-api-boilerplate?branch=unstable)
|
||||
|
||||
[](https://github.com/semantic-release/semantic-release)
|
||||
|
||||
|
||||
Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb.
|
||||
This repository is based on Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate).
|
||||
It makes the following modifications:
|
||||
|
||||
+2
-1
@@ -53,7 +53,8 @@
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^3.4.0",
|
||||
"eslint-config-standard": "^6.0.0",
|
||||
"eslint-config-promise": "^1.2.6",
|
||||
"eslint-config-standard": "^6.2.1",
|
||||
"eslint-plugin-promise": "^2.0.1",
|
||||
"eslint-plugin-standard": "^2.0.0",
|
||||
"mocha": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user