-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 963 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
{
"name": "guilleminault-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production AWS_REGION=us-east-1 node index.js | npx pino-pretty",
"debug": "NODE_ENV=development AWS_REGION=us-east-1 node --inspect index.js | npx pino-pretty",
"prod": "AWS_REGION=us-east-1 node index.js | npx pino-pretty",
"dev": "NODE_ENV=development AWS_REGION=us-east-1 node index.js | npx pino-pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1194.0",
"cron": "^1.8.2",
"discord.js": "^12.5.1",
"dotenv": "^16.0.1",
"flat-cache": "^3.0.4",
"google-spreadsheet": "^3.3.0",
"node-fetch": "^2.6.7",
"node-html-parser": "^3.1.5",
"nodemon": "^2.0.15",
"pino": "^8.4.1"
},
"devDependencies": {
"eslint": "^8.22.0"
}
}