mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
42 lines
1010 B
JSON
42 lines
1010 B
JSON
{
|
|
"name": "@sern/handler",
|
|
"version": "1.1.9-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.1.2",
|
|
"rxjs": "^7.5.6",
|
|
"ts-pattern": "^4.0.2",
|
|
"ts-results": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.20.0",
|
|
"@typescript-eslint/parser": "5.32.0",
|
|
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
"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"
|
|
}
|