Advertisement
flcs

package.json Fernando (Back)

Aug 6th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "name": "aula-29-07",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "author": "Fernando Carvalho <fernando.carvalho.iff@gmail.com>",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "nodemon src/server.ts",
  9. "build": "sucrase ./src -d ./dist --transforms typescript,imports"
  10. },
  11. "dependencies": {
  12. "bcrypt": "^5.0.1",
  13. "mongodb": "^4.8.1"
  14. },
  15. "devDependencies": {
  16. "@types/axios": "^0.14.0",
  17. "@types/bcrypt": "^5.0.0",
  18. "@types/cors": "^2.8.12",
  19. "@types/express": "^4.17.13",
  20. "@types/mongoose": "^5.11.97",
  21. "@types/node": "^18.6.2",
  22. "@types/jest": "^28.1.6",
  23. "jest": "^28.1.3",
  24. "ts-jest": "^28.0.7",
  25. "axios": "^0.27.2",
  26. "cors": "^2.8.5",
  27. "express": "^4.18.1",
  28. "mongoose": "^6.5.0",
  29. "nodemon": "^2.0.19",
  30. "sucrase": "^3.25.0",
  31. "ts-node": "^10.9.1",
  32. "typescript": "^4.7.4"
  33. }
  34. }
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement