{ "name": "vylbot-core", "version": "2.0.1", "description": "A discord client based upon discord.js", "main": "./dist/index", "typings": "./dist", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint .", "publish": "np" }, "author": "Vylpes", "license": "MIT", "funding": "https://ko-fi.com/vylpes", "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", "@typescript-eslint/eslint-plugin": "^4.29.2", "@typescript-eslint/parser": "^4.29.2", "eslint": "^7.32.0", "jest": "^27.0.6", "ts-jest": "^27.0.4", "typescript": "^4.3.5" } }