mirror of
https://github.com/Xevion/leebot.git
synced 2025-12-05 23:15:20 -06:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "leebot",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"author": "@sapphire",
|
|
"license": "UNLICENSE",
|
|
"dependencies": {
|
|
"@discordjs/collection": "^0.4.0",
|
|
"@sapphire/decorators": "^4.0.2",
|
|
"@sapphire/discord-utilities": "^2.6.0",
|
|
"@sapphire/discord.js-utilities": "^4.4.0",
|
|
"@sapphire/fetch": "^2.0.4",
|
|
"@sapphire/framework": "^2.3.0",
|
|
"@sapphire/plugin-api": "^3.1.3",
|
|
"@sapphire/plugin-editable-commands": "*",
|
|
"@sapphire/plugin-logger": "^2.1.2",
|
|
"@sapphire/plugin-subcommands": "^2.1.3",
|
|
"@sapphire/time-utilities": "^1.5.2",
|
|
"@sapphire/type": "^2.1.2",
|
|
"@sapphire/utilities": "^3.2.1",
|
|
"discord.js": "^13.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@sapphire/prettier-config": "^1.2.9",
|
|
"@sapphire/ts-config": "^3.1.8",
|
|
"@types/node": "^17.0.10",
|
|
"@types/ws": "^8.2.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.5.1",
|
|
"tsc-watch": "^4.6.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"start": "node dist/index.js",
|
|
"dev": "run-s build start",
|
|
"format": "prettier --write \"src/**/*.ts\"",
|
|
"predocker:watch": "npm install",
|
|
"docker:watch": "tsc-watch --onSuccess \"node ./dist/index.js\""
|
|
},
|
|
"prettier": "@sapphire/prettier-config"
|
|
} |