18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "dicedicedice",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"init": "yarn install && cp template.env .env"
|
|
},
|
|
"author": "Dakedres",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.0.3"
|
|
}
|
|
}
|