{ "name": "vylbot-core", "version": "1.0.5", "description": "A discord client based upon discord.js", "main": "./src/index", "scripts": { "build": "tsc", "test": "jest --coverage", "lint": "eslint ." }, "author": "Vylpes", "license": "MIT", "funding": "https://ko-fi.com/gravitysoftware", "dependencies": { "discord.js": "^12.3.1", "dotenv": "^10.0.0" }, "bugs": "https://github.com/vylpes/vylbot-core/issues", "homepage": "https://github.com/vylpes/vylbot-core", "keywords": [ "discord", "bot", "client" ], "repository": "github:vylpes/vylbot-core", "devDependencies": { "@types/jest": "^26.0.24", "@types/node": "^16.3.2", "@types/proxyquire": "^1.3.28", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "eslint": "^7.32.0", "jest": "^27.0.6", "proxyquire": "^2.1.3", "ts-jest": "^27.0.4", "typescript": "^4.3.5" } }