2023-08-21 11:23:19 -04:00
|
|
|
{
|
|
|
|
"name": "indiumjs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.seaswimmer.cc/SeaswimmerTheFsh/IndiumJS"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"discord",
|
|
|
|
"bot",
|
|
|
|
"discord",
|
|
|
|
"bot"
|
|
|
|
],
|
|
|
|
"author": "SeaswimmerTheFsh",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-08-22 23:52:22 -04:00
|
|
|
"common-tags": "^1.8.2",
|
|
|
|
"discord.js": "^14.13.0",
|
|
|
|
"sequelize": "^6.32.1",
|
|
|
|
"sqlite3": "^5.1.6"
|
2023-08-21 11:23:19 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.47.0"
|
|
|
|
},
|
|
|
|
"description": ""
|
|
|
|
}
|