slimp/package.json

15 lines
254 B
JSON
Raw Normal View History

2023-06-12 11:40:38 -04:00
{
"name": "slimp",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.11.0"
}
}