{ "name": "vylbot-app", "version": "2.1.1", "description": "", "main": "vylbot.js", "scripts": { "start": "node vylbot.js", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Vylpes/vylbot-app.git" }, "author": "Vylpes", "license": "ISC", "bugs": { "url": "https://github.com/Vylpes/vylbot-app/issues" }, "homepage": "https://github.com/Vylpes/vylbot-app#readme", "dependencies": { "emoji-regex": "^9.2.0", "random-bunny": "^1.0.0", "vylbot-core": "^1.0.4" }, "devDependencies": { "eslint": "^7.17.0" } }