UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@beni69/cmd",
3 "version": "1.3.4",
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 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/beni69/discord-cmd.git"
14 },
15 "keywords": [
16 "discord",
17 "discordjs",
18 "karesz"
19 ],
20 "author": "Beni69",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/beni69/discord-cmd/issues"
24 },
25 "homepage": "https://github.com/beni69/discord-cmd#readme",
26 "dependencies": {
27 "discord.js": "^12.5.1",
28 "mongoose": "^5.12.0",
29 "readdirp": "^3.5.0",
30 "yargs": "^16.2.0"
31 },
32 "devDependencies": {
33 "@types/mongoose": "^5.10.3",
34 "@types/node": "^14.14.32",
35 "@types/yargs": "^16.0.0",
36 "nodemon": "^2.0.7",
37 "ts-node": "^9.1.1",
38 "typescript": "^4.2.3"
39 }
40}