UNPKG

discord-command-parser

Version:
50 lines (49 loc) 1.13 kB
{ "name": "discord-command-parser", "version": "1.5.3", "description": "Basic parsing for messages received with discord.js", "main": "dist/index.js", "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc", "test": "jest", "prepublish": "npm test" }, "keywords": [ "discord", "discord.js", "eris", "commands", "discord-bot", "bot" ], "pre-commit": { "run": [ "test" ], "silent": true }, "author": { "name": "Brenden Campbell", "email": "campbellbrendene@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/campbellbrendene/discord-command-parser.git" }, "bugs": { "url": "https://github.com/campbellbrendene/discord-command-parser/issues" }, "homepage": "https://github.com/campbellbrendene/discord-command-parser#readme", "types": "dist/index.d.ts", "devDependencies": { "@types/jest": "^26.0.15", "chalk": "^4.1.0", "jest": "^26.6.2", "pre-commit": "^1.2.2", "rimraf": "^3.0.2", "ts-jest": "^26.4.3", "typescript": "^4.0.5" } }