Compare commits

..

No commits in common. "6025e2b269560f059d9810da32c6b084d0464168" and "a290eb945aaf83b53e09e2b1094c38fd586e1217" have entirely different histories.

View file

@ -1,13 +1,13 @@
{
"name": "card-drop",
"version": "0.8.0",
"version": "0.7.0",
"main": "./dist/bot.js",
"typings": "./dist",
"scripts": {
"clean": "rm -rf node_modules/ dist/",
"build": "tsc",
"start": "node ./dist/bot.js",
"test": "echo true",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
@ -50,7 +50,7 @@
"winston-discord-transport": "^1.3.0"
},
"resolutions": {
"**/ws": "^8.17.1"
"**/ws": "^8.17.1"
},
"devDependencies": {
"@types/node": "^20.0.0",