package.json 496 B

12345678910111213141516171819202122
  1. {
  2. "name": "wood_compteur",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Niemeskern Kévin",
  11. "license": "ISC",
  12. "dependencies": {
  13. "axios": "^0.21.1",
  14. "body-parser": "^1.19.0",
  15. "express": "^4.17.1",
  16. "jsonfile": "^6.1.0",
  17. "node-linkedin": "^0.5.6",
  18. "nodemailer": "^6.6.2",
  19. "path": "^0.12.7",
  20. "validator": "^13.6.0"
  21. }
  22. }