package.json 195 B

1234567891011
  1. {
  2. "name": "docs-widgets-tests",
  3. "description": "Tests for the docs-widgets",
  4. "scripts": {
  5. "test": "vitest"
  6. },
  7. "dependencies": {
  8. "jsdom": "^24.0.0",
  9. "vitest": "^1.6.1"
  10. }
  11. }