1
0
Fork 0
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.

22 lines
407 B

{
"name": "aprsbot",
"version": "1.0.0",
"description": "Bot for retrieving APRS station data",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"aprs.fi",
"discord",
"bots",
"discord.js"
],
"author": "Blake Enloe",
"license": "ISC",
"dependencies": {
"discord.js": "^11.5.1",
"request": "^2.88.0"
}
}