-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 857 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 857 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
28
29
30
31
32
33
34
35
{
"name": "covid-bot",
"version": "1.0.0",
"description": "my way of quickstarting a node project",
"main": "app.js",
"dependencies": {
"chart.js": "2.9.3",
"chartjs-node-canvas": "3.0.6",
"discord-command-parser": "1.4.3",
"discord.js": "12.2.0",
"discord.js-light": "2.6.3",
"dotenv": "8.2.0",
"moment": "2.25.3",
"novelcovid": "2.1.0"
},
"devDependencies": {
"@aero/eslint-config": "1.0.1",
"nodemon": "2.0.3",
"eslint": "6.8.0"
},
"scripts": {
"start": "nodemon app.js",
"lint": "eslint '*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puf17640/covid-bot.git"
},
"author": "puf17640",
"license": "ISC",
"bugs": {
"url": "https://github.com/puf17640/covid-bot/issues"
},
"homepage": "https://github.com/puf17640/covid-bot#readme"
}