@nodearch/joi
Version:
NodeArch Joi Wrapper
47 lines • 1 kB
JSON
{
"name": "@nodearch/joi",
"version": "1.1.2",
"description": "NodeArch Joi Wrapper",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"type": "module",
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodearch/nodearch.git"
},
"keywords": [
"nodearch",
"nodearch-joi",
"joi"
],
"author": "https://github.com/AhmedAli7O1",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodearch/nodearch/issues",
"email": "bluemax7o1@gmail.com"
},
"devDependencies": {
"@nodearch/core": "^2.2.2",
"@types/node": "^22.10.10",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
"reflect-metadata": "^0.2.2",
"joi": "^17.13.3"
},
"peerDependencies": {
"@nodearch/core": "^2.2.2",
"reflect-metadata": "^0.x.x",
"joi": "^17.0.0"
},
"scripts": {
"build": "rimraf ./dist/ && tsc",
"build:watch": "tsc"
}
}