18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"name": "dev-penguins",
|
|
"version": "0.6.0",
|
|
"description": "",
|
|
"main": "sharding.js",
|
|
"scripts": {
|
|
"start": "node sharding",
|
|
"test": "node ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^14.6.0",
|
|
"dotenv": "^16.0.3",
|
|
"mysql": "^2.18.1"
|
|
}
|
|
}
|