13 lines
193 B
JSON
13 lines
193 B
JSON
{
|
|
"name": "truckwash-edge-agent",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"node-pty": "^1.1.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|