package.json 529 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "bdx-traffic",
  3. "version": "1.0.0",
  4. "description": "Get Bdx traffic load information",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.jojolab.net/johan/bdx-traffic.git"
  13. },
  14. "keywords": [
  15. "Bdx",
  16. "Open",
  17. "data",
  18. "HelloAsso"
  19. ],
  20. "author": "Johan Le Baut",
  21. "license": "ISC",
  22. "dependencies": {
  23. "axios": "^0.21.0",
  24. "express": "^4.17.1"
  25. }
  26. }