1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/package.json
Emotion b8def973a2
Updated discord.js
Bump discord.js from 14.0.3 to 14.1.1
2022-07-31 14:24:00 +12:00

25 lines
555 B
JSON

{
"name": "elliebot",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^14.1.1",
"dotenv": "^16.0.1",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"socket.io-client": "^4.5.1",
"typeorm": "^0.3.7"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@types/socket.io-client": "^3.0.0",
"nodemon": "^2.0.19",
"typescript": "^4.7.4"
},
"scripts": {
"dev": "nodemon ./src/index.ts",
"start": "node ./build/index.js",
"build": "tsc"
}
}