{ "name": "@sern/handler", "version": "1.1.7-beta", "description": "A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development.", "main": "dist/index.js", "scripts": { "compile": "tsc", "watch": "tsc -w", "lint": "eslint src/**/*.ts", "format": "eslint src/**/*.ts --fix" }, "keywords": [ "sern-handler", "sern", "handler", "sern handler", "wrapper", "discord.js", "framework" ], "author": "SernDevs", "license": "MIT", "dependencies": { "discord.js": "^14.0.3", "rxjs": "^7.5.6", "ts-pattern": "^4.0.2", "ts-results": "^3.3.0" }, "devDependencies": { "eslint": "8.20.0", "@typescript-eslint/parser": "5.30.7", "@typescript-eslint/eslint-plugin": "5.30.7", "prettier": "2.7.1", "typescript": "4.7.4" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/handler.git" }, "homepage": "https://sern-handler.js.org" }