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.
21 lines
485 B
21 lines
485 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": {
|
|
"express": "^4.17.1",
|
|
"iconsole-bike-client": "^0.1.3",
|
|
"sqlite3": "^4.1.0",
|
|
"underscore": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.1"
|
|
}
|
|
}
|