bot/package.json

12 lines
187 B
JSON
Raw Normal View History

2023-04-09 21:00:21 +00:00
{
"name": "subsonics-bot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "nodemon main.js"
},
"author": "Raphix",
"license": "ISC"
}