package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@nuxtjs/youch",
  3. "publishConfig": {
  4. "access": "public"
  5. },
  6. "version": "4.2.3",
  7. "description": "Pretty error reporting for Node.js 🚀 (Modified for Nuxt.js & SSR Bundles)",
  8. "main": "src/Youch/index.js",
  9. "directories": {
  10. "example": "examples"
  11. },
  12. "scripts": {
  13. "test": "japa",
  14. "test:win": "node ./node_modules/japa-cli/index.js",
  15. "lint": "standard"
  16. },
  17. "author": "amanvirk",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "cz-conventional-changelog": "^2.0.0",
  21. "japa": "^1.0.3",
  22. "japa-cli": "^1.0.1",
  23. "standard": "^10.0.2",
  24. "supertest": "^3.0.0"
  25. },
  26. "config": {
  27. "commitizen": {
  28. "path": "./node_modules/cz-conventional-changelog"
  29. }
  30. },
  31. "dependencies": {
  32. "cookie": "^0.3.1",
  33. "mustache": "^2.3.0",
  34. "stack-trace": "0.0.10"
  35. },
  36. "repository": {
  37. "type": "git",
  38. "url": "git+https://github.com/nuxt/youch.git"
  39. },
  40. "keywords": [
  41. "errors",
  42. "error-reporting",
  43. "whoops"
  44. ],
  45. "bugs": {
  46. "url": "https://github.com/poppinss/nuxt/issues"
  47. },
  48. "homepage": "https://github.com/poppinss/nuxt#readme"
  49. }