UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@beni69/cmd",
3 "version": "1.3.6",
4 "description": "The command handler from my discord bot",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "scripts": {
8 "prepare": "tsc",
9 "dev": "nodemon -w ./src -e js,ts -x tsc",
10 "jsdoc": "jsdoc -c jsdoc.json"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/beni69/discord-cmd.git"
15 },
16 "keywords": [
17 "discord",
18 "discordjs",
19 "karesz"
20 ],
21 "author": "Beni69",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/beni69/discord-cmd/issues"
25 },
26 "homepage": "https://github.com/beni69/discord-cmd#readme",
27 "dependencies": {
28 "discord.js": "^12.5.1",
29 "mongoose": "^5.12.0",
30 "readdirp": "^3.5.0",
31 "yargs": "^16.2.0"
32 },
33 "devDependencies": {
34 "@types/mongoose": "^5.10.3",
35 "@types/node": "^14.14.32",
36 "@types/yargs": "^16.0.0",
37 "jsdoc": "^3.6.6",
38 "nodemon": "^2.0.7",
39 "ts-node": "^9.1.1",
40 "typescript": "^4.2.3"
41 }
42}