TheOchulus/package.json

22 lines
412 B
JSON
Raw Permalink Normal View History

2023-11-17 00:31:45 +01:00
{
"name": "theochulus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2023-11-27 00:02:34 +01:00
"type": "commonjs",
2023-11-17 00:31:45 +01:00
"author": "",
"license": "ISC",
"dependencies": {
2023-11-20 00:59:41 +01:00
"discord.js": "^14.14.1",
2023-11-27 00:02:34 +01:00
"dotenv": "^16.3.1",
"sequelize": "^6.35.1",
"sqlite3": "^5.1.6"
2023-11-17 00:31:45 +01:00
},
"devDependencies": {
"eslint": "^8.53.0"
}
}