This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.66 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "covid19-v3",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:TeamPickle/covid19-v3.git",
"author": "CraftyDragon678 <craftydragon678@gmail.com>",
"license": "MIT",
"scripts": {
"start": "ts-node -r tsconfig-paths/register --files ./src/index.ts",
"dev": "nodemon --watch 'src/**/*' -e '*' --exec 'ts-node -r tsconfig-paths/register --files ./src/index.ts'",
"build": "tsc && tscpaths -p tsconfig.tscpaths.json -s dist -o dist"
},
"devDependencies": {
"@types/chart.js": "^2.9.29",
"@types/common-tags": "^1.8.0",
"@types/cors": "^2.8.9",
"@types/express": "^4.17.9",
"@types/jsdom": "^16.2.13",
"@types/morgan": "^1.9.2",
"@types/node": "^14.14.19",
"@types/node-cron": "^2.0.3",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"tscpaths": "^0.0.9",
"typescript": "^4.6.2"
},
"dependencies": {
"canvas": "^2.9.0",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^4.1.6",
"common-tags": "^1.8.0",
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsdom": "^18.0.1",
"moment": "^2.29.1",
"mongoose": "^5.11.10",
"morgan": "^1.10.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"require-all": "^3.0.0"
}
}