-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 772 Bytes
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
{
"name": "rainbow",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon --config nodemon.json",
"start": "node -r dotenv/config -r ts-node/register src/server.ts"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.370.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.22.0",
"discord.js": "12.5.3",
"node-fetch": "^2.6.1",
"winston": "^3.10.0",
"winston-cloudwatch": "^6.2.0"
},
"devDependencies": {
"@types/node": "^16.7.8",
"@types/node-fetch": "^2.5.12",
"dotenv": "^10.0.0",
"nodemon": "^2.0.12",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
}
}