@marblejs/middleware-joi
Version:
A joi validation middleware for Marble.js
58 lines (57 loc) • 1.27 kB
JSON
{
"name": "@marblejs/middleware-joi",
"version": "3.5.2",
"description": "A joi validation middleware for Marble.js",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start": "yarn watch",
"watch": "tsc -w",
"build": "tsc",
"test": "jest --config ../../jest.config.js",
"clean": "rimraf dist",
"postinstall": "node ./deprecation.js"
},
"files": [
"dist/",
"deprecation.js"
],
"keywords": [
"marble.js",
"joi",
"middleware",
"http",
"rxjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/marblejs/marble.git"
},
"engines": {
"node": ">= 8.0.0",
"yarn": ">= 1.7.0",
"npm": ">= 5.0.0"
},
"author": "Lúcio Rubens <luciorubeens@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marblejs/marble/issues"
},
"homepage": "https://github.com/marblejs/marble#readme",
"peerDependencies": {
"@marblejs/core": "^3.0.0",
"fp-ts": "^2.4.2",
"rxjs": "^6.5.3"
},
"dependencies": {
"@types/joi": "^14.0.0",
"joi": "~14.3.0"
},
"devDependencies": {
"@marblejs/core": "^3.5.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "30583afd0178232cda67435c4fc8a652e14e5682"
}