mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"name": "reaction-roles",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"packageManager": "yarn@4.6.0",
|
|
"scripts": {
|
|
"start": "node dist/index.js",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@discordeno/bot": "20.0.0",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|