package.json 719 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "awzsif",
  3. "version": "1.0.0",
  4. "description": "This project was bootstrapped with Fastify-CLI.",
  5. "main": "app.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "tap \"test/**/*.test.js\"",
  11. "start": "fastify start -l info app.js",
  12. "dev": "fastify start -w -l info -P app.js"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "@fastify/autoload": "^5.0.0",
  19. "@fastify/cors": "^8.2.1",
  20. "@fastify/sensible": "^5.0.0",
  21. "axios": "^1.3.4",
  22. "fastify": "^4.0.0",
  23. "fastify-cli": "^5.7.1",
  24. "fastify-plugin": "^4.0.0",
  25. "playwright": "^1.32.1",
  26. "queue": "^6.0.2"
  27. },
  28. "devDependencies": {
  29. "tap": "^16.1.0"
  30. }
  31. }