{ "name": "csc-discord-bot", "version": "0.1.0", "description": "", "main": "index.js", "scripts": { "dev": "concurrently \"yarn run-dev\" \"yarn watch\"", "run-dev": "NODE_ENV=dev nodemon index.ts", "watch": "tsc --watch", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "concurrently": "^6.1.0", "discord.js": "^12.5.3", "dotenv": "^8.2.0", "lodash": "^4.17.21", "moment": "^2.29.1", "sqlite": "^4.0.22", "sqlite3": "^5.0.2", "typescript": "^4.2.4", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5" }, "devDependencies": { "@types/sqlite3": "^3.1.7", "@tsconfig/node14": "^1.0.0", "@types/lodash": "^4.14.168", "@types/node": "^15.0.1", "@types/winston": "^2.4.4", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "nodemon": "^2.0.7", "prettier": "^2.2.1", "ts-node": "^9.1.1" } }