You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
535 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "ykonsole-server",
  3. "private": true,
  4. "version": "0.1.0",
  5. "description": "Monitoring tool using the bluetooth client.",
  6. "main": "./src/index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Gisle",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "express": "^4.17.1",
  15. "express-ws": "^4.0.0",
  16. "iconsole-bike-client": "^0.1.3",
  17. "sqlite3": "^4.1.0",
  18. "underscore": "^1.9.1"
  19. },
  20. "devDependencies": {
  21. "@types/express": "^4.17.1"
  22. }
  23. }