{ "name": "@sern/handler", "version": "1.0.0", "description": "A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs" } }, "scripts": { "watch": "tsup --watch --dts", "clean-modules": "rimraf node_modules/ && npm install", "lint": "eslint src/**/*.ts", "format": "eslint src/**/*.ts --fix", "build": "tsup && node scripts/mkjson.mjs dist/cjs dist/esm && tsup --dts-only --outDir dist", "publish": "npm run build && npm publish" }, "keywords": [ "sern-handler", "sern", "handler", "sern handler", "wrapper", "discord.js", "framework" ], "author": "SernDevs", "license": "MIT", "dependencies": { "rxjs": "^7.5.6", "ts-pattern": "^4.0.2", "ts-results-es": "^3.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "5.32.0", "@typescript-eslint/parser": "5.32.0", "eslint": "8.21.0", "prettier": "2.7.1", "tsup": "^6.1.3", "typescript": "4.7.4" }, "peerDependencies": { "discord.js": "^14.2.x" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/handler.git" }, "homepage": "https://sern-handler.js.org" }