16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"name": "remote_console",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"dependencies": {
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|