{ "name": "@sern/handler", "packageManager": "pnpm@7.25.0", "version": "2.1.1", "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", "pretty": "prettier --write ." }, "keywords": [ "sern-handler", "sern", "handler", "sern handler", "wrapper", "discord.js", "framework" ], "author": "SernDevs", "license": "MIT", "dependencies": { "iti": "^0.6.0", "rxjs": "^7.5.6", "ts-pattern": "^4.0.2", "ts-results-es": "^3.5.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "5.47.1", "@typescript-eslint/parser": "5.48.0", "eslint": "8.30.0", "prettier": "2.8.2", "tsup": "^6.1.3", "typescript": "4.9.4", "discord.js": ">= ^14.7.x" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/handler.git" }, "homepage": "https://sern.dev" }