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

{
"name": "ykonsole-server",
"private": true,
"version": "0.1.0",
"description": "Monitoring tool using the bluetooth client.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gisle",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"iconsole-bike-client": "^0.1.3",
"sqlite3": "^4.1.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/express": "^4.17.1"
}
}