Deps
This commit is contained in:
parent
894b586b58
commit
8f37b45e91
3 changed files with 42 additions and 1124 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
84
package.json
84
package.json
|
@ -1,44 +1,44 @@
|
|||
{
|
||||
"name": "himbot",
|
||||
"version": "4.2.0",
|
||||
"engines": {
|
||||
"node": ">=18.12.1"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"author": "@sapphire",
|
||||
"license": "UNLICENSE",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"@sapphire/decorators": "^6.0.3",
|
||||
"@sapphire/discord.js-utilities": "7.1.3",
|
||||
"@sapphire/framework": "^5.0.2",
|
||||
"@sapphire/plugin-logger": "^4.0.1",
|
||||
"@sapphire/utilities": "^3.14.0",
|
||||
"@skyra/env-utilities": "^1.2.1",
|
||||
"colorette": "^2.0.20",
|
||||
"discord.js": "^14.14.1",
|
||||
"openai": "^4.20.1",
|
||||
"replicate": "^0.23.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flydotio/dockerfile": "^0.4.11",
|
||||
"@sapphire/cli": "^1.9.1",
|
||||
"@sapphire/prettier-config": "^2.0.0",
|
||||
"@sapphire/ts-config": "^5.0.0",
|
||||
"@types/node": "^20.10.3",
|
||||
"@types/ws": "^8.5.10",
|
||||
"prettier": "^3.1.0",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"sapphire": "sapphire",
|
||||
"generate": "sapphire generate",
|
||||
"watch": "tsc -w",
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun run src/index.ts",
|
||||
"watch:start": "tsc-watch --onSuccess \"npm run start\"",
|
||||
"format": "prettier --write \"src/\""
|
||||
},
|
||||
"prettier": "@sapphire/prettier-config"
|
||||
"name": "himbot",
|
||||
"version": "4.2.0",
|
||||
"engines": {
|
||||
"node": ">=18.12.1"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"author": "@sapphire",
|
||||
"license": "UNLICENSE",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"@sapphire/decorators": "^6.0.3",
|
||||
"@sapphire/discord.js-utilities": "7.1.3",
|
||||
"@sapphire/framework": "^5.0.4",
|
||||
"@sapphire/plugin-logger": "^4.0.1",
|
||||
"@sapphire/utilities": "^3.14.0",
|
||||
"@skyra/env-utilities": "^1.2.2",
|
||||
"colorette": "^2.0.20",
|
||||
"discord.js": "^14.14.1",
|
||||
"openai": "^4.20.1",
|
||||
"replicate": "^0.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flydotio/dockerfile": "^0.4.11",
|
||||
"@sapphire/cli": "^1.9.1",
|
||||
"@sapphire/prettier-config": "^2.0.0",
|
||||
"@sapphire/ts-config": "^5.0.0",
|
||||
"@types/node": "^20.10.4",
|
||||
"@types/ws": "^8.5.10",
|
||||
"prettier": "^3.1.1",
|
||||
"tsc-watch": "^6.0.4",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"sapphire": "sapphire",
|
||||
"generate": "sapphire generate",
|
||||
"watch": "tsc -w",
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun run src/index.ts",
|
||||
"watch:start": "tsc-watch --onSuccess \"npm run start\"",
|
||||
"format": "prettier --write \"src/\""
|
||||
},
|
||||
"prettier": "@sapphire/prettier-config"
|
||||
}
|
||||
|
|
1082
pnpm-lock.yaml
generated
1082
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue