package.json 347 B

12345678910111213141516171819
  1. {
  2. "name": "car",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "Caner",
  13. "license": "ISC",
  14. "dependencies": {
  15. "express": "^4.18.1",
  16. "socket.io": "^4.4.1",
  17. "i2c-bus": "^5.2.2"
  18. }
  19. }