Tetobot4000/package.json

19 lines
357 B
JSON
Raw Normal View History

2024-11-19 18:47:58 -06:00
{
"name": "tetobot4000",
"version": "1.0.0",
"description": "Shitpost teto bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.viois.gay/Violet/Tetobot4000"
},
"author": "Violet",
"license": "Unlicense",
"dependencies": {
"discord.js": "^14.16.3"
}
}