UNPKG

datamax-cli

Version:

datamax plugin cli

39 lines (38 loc) 942 B
{ "name": "koa2Upload", "version": "0.1.0", "scripts": { "start": "./node_modules/.bin/nodemon bin/run", "koa": "./node_modules/.bin/runkoa bin/www", "pm2": "pm2 start bin/run ", "test": "./node_modules/.bin/mocha -u bdd" }, "dependencies": { "chalk": "^4.1.1", "co": "^4.6.0", "debug": "^2.2.0", "fs-extra": "^10.0.0", "jade": "~1.11.0", "json-templater": "^1.2.0", "koa": "^2.0.0", "koa-body": "^4.2.0", "koa-bodyparser": "^2.0.1", "koa-convert": "^1.2.0", "koa-html-render": "^1.0.3", "koa-json": "^1.1.1", "koa-logger": "^1.3.0", "koa-multer": "^1.0.2", "koa-onerror": "^1.2.1", "koa-router": "^7.0.0", "koa-static": "^1.5.3", "koa-static-router": "^1.3.0", "koa-views": "^5.0.1", "runkoa": "^1.5.2" }, "devDependencies": { "mocha": "^2.4.5", "nodemon": "^1.9.1", "should": "^8.3.0", "supertest": "^1.2.0" } }