This commit is contained in:
daniel-j
2020-03-03 17:43:11 +01:00
commit 0dd2217c7a
6 changed files with 1059 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "sendtokobo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "djazz",
"license": "MIT",
"dependencies": {
"@koa/multer": "^2.0.2",
"@koa/router": "^8.0.8",
"koa": "^2.11.0",
"koa-logger": "^3.2.1",
"koa-send": "^5.0.0",
"multer": "^1.4.2"
}
}