UNPKG

discord.js-collector-utils

Version:
55 lines (54 loc) 1.55 kB
{ "name": "discord.js-collector-utils", "version": "1.9.1", "author": "Kevin Novak", "description": "Collector utilities for discord.js.", "license": "MIT", "private": false, "engines": { "node": ">=16.9.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "lint": "tslint --project .", "lint:fix": "tslint --fix --project .", "format": "prettier --check .", "format:fix": "prettier --write .", "clean": "git clean -xdf --exclude=\"/config/**/*\"", "clean:dry": "git clean -xdf --exclude=\"/config/**/*\" --dry-run", "build": "tsc --project tsconfig.json", "prepare": "rm -rf dist && npm run build", "start": "npm run test", "test": "npm run build && node --enable-source-maps dist/test.js" }, "peerDependencies": { "discord.js": ">=14.0.0" }, "devDependencies": { "@types/node": "^18.11.10", "prettier": "^2.8.0", "tslint": "^6.1.3", "typescript": "^4.9.3" }, "repository": { "type": "git", "url": "git+https://github.com/KevinNovak/discord.js-Collector-Utils.git" }, "keywords": [ "collection", "collections", "collector", "collectors", "discord", "discord.js", "extension", "extensions", "util", "utilities", "utility" ] }