radin-scale-api/package.json

18 lines
303 B
JSON

{
"name": "radin-scale-api",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.21.2",
"serialport": "^12.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}