himbot/package.json
Atridad Lahiji 98137cc4fd
added ask
2023-06-15 17:20:00 -06:00

43 lines
No EOL
1.1 KiB
JSON

{
"name": "himbot",
"version": "1.0.0",
"engines": {
"node": ">=18.16.0"
},
"main": "dist/index.js",
"author": "@sapphire",
"license": "UNLICENSE",
"type": "commonjs",
"dependencies": {
"@sapphire/decorators": "^6.0.1",
"@sapphire/discord.js-utilities": "6.0.7",
"@sapphire/framework": "^4.4.3",
"@sapphire/plugin-logger": "^3.0.3",
"@sapphire/utilities": "^3.11.1",
"@skyra/env-utilities": "^1.2.0",
"colorette": "^2.0.20",
"discord.js": "^14.10.2",
"openai": "^3.3.0"
},
"devDependencies": {
"@sapphire/cli": "^1.6.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.4",
"prettier": "^2.8.8",
"tsc-watch": "^6.0.4",
"typescript": "^5.0.4"
},
"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"
}