voidlogs
Version:
Send logs to voildLogs via the api
25 lines (24 loc) • 449 B
JSON
{
"name": "voidlogs",
"version": "1.0.30",
"description": "Send logs to voildLogs via the api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"voidlogs",
"logs",
"log",
"Void",
"api",
"api-logs"
],
"author": "Glitched",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"quick.db": "^7.1.3"
}
}