2023-12-17 18:28:13 -05:00
|
|
|
{
|
|
|
|
"name": "skopa",
|
2023-12-18 09:56:55 -05:00
|
|
|
"version": "0.2.0",
|
2023-12-17 18:28:13 -05:00
|
|
|
"description": "a general-purpose discord bot",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.canary.city/staticfanfare/skopa/"
|
|
|
|
},
|
|
|
|
"author": "staticfanfare",
|
2023-12-17 18:31:13 -05:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2023-12-18 09:56:55 -05:00
|
|
|
"discord.js": "^14.14.1",
|
|
|
|
"sequelize": "^6.35.2",
|
|
|
|
"sqlite3": "^5.1.6"
|
2023-12-17 19:07:36 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.56.0"
|
2023-12-17 18:31:13 -05:00
|
|
|
}
|
2023-12-17 18:28:13 -05:00
|
|
|
}
|