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.

22 lines
513 B

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. "express": "^4.17.1",
  14. "express-ws": "^4.0.0",
  15. "iconsole-bike-client": "^0.1.3",
  16. "sqlite3": "^4.1.0",
  17. "underscore": "^1.9.1"
  18. },
  19. "devDependencies": {
  20. "@types/express": "^4.17.1"
  21. }
  22. }