package.json 393 B

1234567891011121314151617
  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-refs": "^3.0.15",
  15. "openapi-examples-validator": "^4.1.1"
  16. }
  17. }