package.json 602 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "kareem",
  3. "version": "2.4.1",
  4. "description": "Next-generation take on pre/post function hooks",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "eslint .",
  8. "test": "mocha ./test/*",
  9. "test-travis": "nyc mocha ./test/*"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/vkarpov15/kareem.git"
  14. },
  15. "devDependencies": {
  16. "@masteringjs/eslint-config": "0.0.1",
  17. "acquit": "1.x",
  18. "acquit-ignore": "0.1.x",
  19. "eslint": "8.15.0",
  20. "mocha": "9.2.0",
  21. "nyc": "15.1.0"
  22. },
  23. "author": "Valeri Karpov <val@karpov.io>",
  24. "license": "Apache-2.0"
  25. }