19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "levels",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.6",
|
|
"colors": "^1.4.0",
|
|
"discord.js": "^14.9.0",
|
|
"express": "^4.18.2",
|
|
"sqlite3": "^5.1.6"
|
|
}
|
|
}
|