Client Bodge

This commit is contained in:
Callum Gilchrist
2022-10-01 20:37:51 +01:00
parent 7dd7e55cbb
commit 115aaabd2f
3 changed files with 474 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "bodge",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bemt": "^1.0.4",
"bent": "^7.3.12",
"dotenv": "^16.0.3",
"http": "0.0.1-security",
"mailslurp-client": "^15.14.1",
"node-fetch": "^3.2.10",
"nodemailer": "^6.8.0",
"serial-node": "0.0.11",
"serialport": "^10.4.0"
}
}