mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"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.3",
|
|
"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"
|
|
}
|