IndiumJS/package.json
2023-08-22 23:52:22 -04:00

30 lines
587 B
JSON

{
"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": {
"common-tags": "^1.8.2",
"discord.js": "^14.13.0",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.47.0"
},
"description": ""
}