package.json 972 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "ble_auracast",
  3. "version": "1.0.0",
  4. "description": "**Phase:** Proof of Concept (Simulation)",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "lib": "lib",
  9. "test": "test"
  10. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1",
  13. "start": "node src/web_side/read_serial.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/Aldinoooop/Bluetooth-LE-Audio-Auracast-Transmitter-Proof-of-Concept-Simulation-Phase.git"
  18. },
  19. "author": "",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/Aldinoooop/Bluetooth-LE-Audio-Auracast-Transmitter-Proof-of-Concept-Simulation-Phase/issues"
  23. },
  24. "homepage": "https://github.com/Aldinoooop/Bluetooth-LE-Audio-Auracast-Transmitter-Proof-of-Concept-Simulation-Phase#readme",
  25. "dependencies": {
  26. "express": "^5.1.0",
  27. "fs": "^0.0.1-security",
  28. "http": "^0.0.1-security",
  29. "serialport": "^13.0.0",
  30. "ws": "^8.18.3"
  31. }
  32. }