22 lines
388 B
JSON
22 lines
388 B
JSON
|
{
|
||
|
"name": "wanireminder",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"bin": {
|
||
|
"wanireminder": "index.js"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^14.17.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^22.10.10"
|
||
|
}
|
||
|
}
|