-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 866 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
31
32
33
34
{
"name": "typescript-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "ts-node-dev src/index.ts",
"start:prod": "node dist/index.js",
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^13.6.0",
"discordjs-button-pagination": "^3.0.1",
"dotenv": "^10.0.0",
"glob": "^7.2.0",
"mongoose": "^6.1.7",
"ms": "^2.1.3",
"node": "^17.4.0",
"simply-djs": "^2.5.2"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^16.11.6",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
}
}