UNPKG

dexare

Version:

Modular and extendable Discord bot framework

65 lines 1.6 kB
{ "name": "dexare", "version": "3.0.2", "description": "Modular and extendable Discord bot framework", "main": "./lib/index.js", "types": "./lib/index.d.ts", "author": { "name": "Snazzah", "email": "me@snazzah.com", "url": "https://snazzah.com/" }, "license": "MIT", "repository": "https://github.com/Dexare/Dexare", "bugs": { "url": "https://github.com/Dexare/Dexare/issues" }, "keywords": [ "api", "bot", "discord", "discordapp", "discord bot", "framework", "typescript", "eris", "dexare" ], "funding": { "url": "https://github.com/sponsors/Snazzah" }, "dependencies": { "@discordjs/collection": "0.1.6", "common-tags": "^1.8.2", "eventemitter3": "^4.0.7", "lodash": "^4.17.21" }, "devDependencies": { "@types/common-tags": "^1.8.1", "@types/lodash": "^4.14.191", "@types/node": "^18.13.0", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "eris": "^0.17.1", "eslint": "^8.33.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.4", "rimraf": "^4.1.2", "shx": "^0.3.4", "tsx": "^3.12.6", "typescript": "^4.9.5" }, "peerDependencies": { "eris": "*" }, "scripts": { "build": "rimraf lib && tsc", "build:prepare": "shx test -d ./lib || npm run build", "changelog": "tsx scripts/changelog", "lint": "eslint --ext .ts ./src", "lint:fix": "eslint --ext .ts ./src --fix", "gpr": "tsx scripts/gpr" } }