forked from AlexzanderFlores/WOKCommands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 795 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "wokcommands",
"version": "1.5.3",
"main": "dist/index.js",
"typings": "./typings.d.ts",
"scripts": {
"tsc": "tsc -w --outDir dist --rootDir src --skipLibCheck",
"compile": "tsc && node index.js",
"dev": "nodemon -e ts --exec \"npm run compile\""
},
"keywords": [],
"author": "Alexzander Flores, WornOffKeys.com",
"license": "ISC",
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^8.2.0",
"mongoose": "^6.0.10"
},
"devDependencies": {
"@types/mongoose": "^5.10.1",
"@types/node": "^14.14.9",
"ts-node-dev": "^1.0.0",
"typescript": "^4.3.5"
},
"description": "An easy to use command handler for Discord.JS",
"repository": {
"type": "git",
"url": "https://github.com/AlexzanderFlores/WOKCommands"
}
}