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.
29 lines
667 B
29 lines
667 B
{ |
|
"name": "joulemetreViewer", |
|
"version": "1.0.0", |
|
"description": "A web application to display data from a serial port including power, voltage, current, energy, and time.", |
|
"main": "src/server/index.js", |
|
"bin": "src/server/index.js", |
|
"scripts": { |
|
"start": "node src/server/index.js" |
|
}, |
|
"pkg": { |
|
"assets": "src/client/**/*", |
|
"targets": [ "node18-win-x64" ], |
|
"outputPath": "bin" |
|
}, |
|
"dependencies": { |
|
"express": "^4.21.2", |
|
"ws": "^8.18.2", |
|
"serialport": "^12.0.0" |
|
}, |
|
"devDependencies": {}, |
|
"keywords": [ |
|
"web", |
|
"serial", |
|
"data", |
|
"websocket" |
|
], |
|
"author": "Christophe SCAYA", |
|
"license": "MIT" |
|
}
|
|
|