@gospime/koa-reply
Version:
Generate result and send to customer
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "@gospime/koa-reply",
"version": "1.1.7",
"description": "Generate result and send to customer",
"keywords": [
"gospime",
"koa",
"reply",
"response",
"result"
],
"main": "index.js",
"scripts": {
"build": "npm install && npm audit fix",
"up": "npm update",
"check": "npm outdated",
"upgrade": "npm run up && npm run check && npm run build",
"push-version": "standard-version",
"ls-g": "npm list -g --depth=0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gospime/koa-reply.git"
},
"author": "Oleg Kravchuk <oleg.kravchuk@gospime.com> (https://gospime.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gospime/koa-reply/issues"
},
"homepage": "https://github.com/gospime/koa-reply#readme",
"devDependencies": {
"standard-version": "^7.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"debug": "^4.1.1"
},
"optionalDependencies": {
"minimist": "^1.2.5"
}
}