package.json 696 B

123456789101112131415161718192021222324252627282930
  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. },
  27. "devDependencies": {
  28. "tap": "^16.1.0"
  29. }
  30. }