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
419 B
21 lines
419 B
2 months ago
|
{
|
||
|
"name": "roshano_boxmodule",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "pm2 start index.js --watch"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^16.4.5",
|
||
|
"express": "^4.20.0",
|
||
|
"pm2": "^5.4.2",
|
||
|
"serialport": "^12.0.0"
|
||
|
}
|
||
|
}
|