@adonisjs/middleware-base
Version:
Middleware base used by Http and Ws server
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "@adonisjs/middleware-base",
"version": "1.0.0",
"description": "Middleware base used by Http and Ws server",
"main": "index.js",
"scripts": {
"lint": "standard",
"pretest": "npm run lint",
"posttest": "npm run coverage",
"test": "nyc japa",
"test:win": "node ./node_modules/japa-cli/index.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"adonisjs",
"adonis-framework",
"adonis"
],
"author": "virk",
"license": "MIT",
"devDependencies": {
"@adonisjs/fold": "^4.0.7",
"@adonisjs/sink": "^1.0.16",
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"japa": "^1.0.6",
"japa-cli": "^1.0.1",
"nyc": "^11.6.0",
"standard": "^11.0.1"
},
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.0",
"co-compose": "^4.0.0",
"debug": "^3.1.0",
"haye": "^2.0.1",
"lodash": "^4.17.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adonisjs/adonis-middleware-base.git"
},
"bugs": {
"url": "https://github.com/adonisjs/adonis-middleware-base/issues"
},
"homepage": "https://github.com/adonisjs/adonis-middleware-base#readme"
}