package.json 642 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@hapi/joi",
  3. "description": "Object schema validation",
  4. "version": "15.1.1",
  5. "homepage": "https://github.com/hapijs/joi",
  6. "repository": "git://github.com/hapijs/joi",
  7. "main": "lib/index.js",
  8. "keywords": [
  9. "schema",
  10. "validation"
  11. ],
  12. "dependencies": {
  13. "@hapi/address": "2.x.x",
  14. "@hapi/bourne": "1.x.x",
  15. "@hapi/hoek": "8.x.x",
  16. "@hapi/topo": "3.x.x"
  17. },
  18. "devDependencies": {
  19. "@hapi/code": "6.x.x",
  20. "@hapi/lab": "20.x.x"
  21. },
  22. "scripts": {
  23. "test": "lab -t 100 -a @hapi/code -L",
  24. "test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
  25. },
  26. "license": "BSD-3-Clause"
  27. }