skopa/package.json

24 lines
516 B
JSON

{
"name": "skopa",
"version": "0.2.0",
"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",
"license": "AGPL-3.0-or-later",
"dependencies": {
"discord.js": "^14.14.1",
"sequelize": "^6.35.2",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}