Skyline/package.json

17 lines
295 B
JSON
Raw Permalink Normal View History

2021-11-22 17:39:03 +00:00
{
"name": "skyline",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2021-11-23 16:12:02 +00:00
"axios": "^0.24.0",
2021-11-22 20:07:00 +00:00
"discord.js": "13.2"
2021-11-22 17:39:03 +00:00
}
}