2023-05-28 20:20:00 -06:00
|
|
|
{
|
2023-07-06 23:00:28 -06:00
|
|
|
"name": "himbot",
|
|
|
|
"version": "4.2.0",
|
|
|
|
"engines": {
|
2023-07-21 22:54:00 -06:00
|
|
|
"node": ">=18.12.1"
|
2023-07-06 23:00:28 -06:00
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"author": "@sapphire",
|
|
|
|
"license": "UNLICENSE",
|
|
|
|
"type": "commonjs",
|
|
|
|
"dependencies": {
|
2023-07-21 22:52:17 -06:00
|
|
|
"@sapphire/decorators": "^6.0.2",
|
2023-11-18 22:26:20 -07:00
|
|
|
"@sapphire/discord.js-utilities": "7.1.2",
|
|
|
|
"@sapphire/framework": "^4.8.2",
|
|
|
|
"@sapphire/plugin-logger": "^3.0.7",
|
2023-07-21 22:52:17 -06:00
|
|
|
"@sapphire/utilities": "^3.13.0",
|
2023-07-06 23:00:28 -06:00
|
|
|
"@skyra/env-utilities": "^1.2.1",
|
|
|
|
"colorette": "^2.0.20",
|
2023-11-18 22:26:20 -07:00
|
|
|
"discord.js": "^14.14.1",
|
|
|
|
"openai": "^4.19.0"
|
2023-07-06 23:00:28 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-17 14:56:49 -03:00
|
|
|
"@flydotio/dockerfile": "^0.4.10",
|
2023-11-18 22:26:20 -07:00
|
|
|
"@sapphire/cli": "^1.8.0",
|
2023-07-21 22:52:17 -06:00
|
|
|
"@sapphire/prettier-config": "^2.0.0",
|
2023-09-05 12:58:54 -06:00
|
|
|
"@sapphire/ts-config": "^5.0.0",
|
2023-11-18 22:26:20 -07:00
|
|
|
"@types/node": "^20.9.2",
|
2023-11-09 21:36:29 -07:00
|
|
|
"@types/ws": "^8.5.9",
|
2023-11-18 22:26:20 -07:00
|
|
|
"prettier": "^3.1.0",
|
2023-07-06 23:00:28 -06:00
|
|
|
"tsc-watch": "^6.0.4",
|
2023-09-05 12:58:54 -06:00
|
|
|
"typescript": "^5.2.2"
|
2023-07-06 23:00:28 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"sapphire": "sapphire",
|
|
|
|
"generate": "sapphire generate",
|
|
|
|
"build": "tsc",
|
|
|
|
"watch": "tsc -w",
|
|
|
|
"start": "node dist/index.js",
|
|
|
|
"dev": "npm run build && npm run start",
|
|
|
|
"watch:start": "tsc-watch --onSuccess \"npm run start\"",
|
|
|
|
"format": "prettier --write \"src/\""
|
|
|
|
},
|
|
|
|
"prettier": "@sapphire/prettier-config"
|
|
|
|
}
|