package.json 513 B

12345678910111213141516171819202122
  1. {
  2. "name": "@sentry-internal/api-docs",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "Sentry API docs",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "sentry.io",
  11. "license": "UNLICENSED",
  12. "dependencies": {
  13. "js-yaml": "^3.14.0",
  14. "json-diff": "^0.7.1",
  15. "json-refs": "^3.0.15",
  16. "openapi-examples-validator": "^4.1.1"
  17. },
  18. "devDependencies": {
  19. "@types/js-yaml": "^4.0.5",
  20. "@types/json-diff": "^0.7.0"
  21. }
  22. }