-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"name": "cfbot",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --respawn src/server.ts",
"start": "ts-node src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaditgupta21/CPBot.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjawesome/CPBot/issues"
},
"homepage": "https://github.com/rjawesome/CPBot#readme",
"dependencies": {
"@types/node-fetch": "^2.5.7",
"chalk": "^4.1.0",
"codeforces-api": "^1.0.3",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"mongoose": "^5.9.28",
"node-fetch": "^2.6.0",
"quickchart-js": "^1.0.2",
"ts-node": "^8.10.2",
"vega": "^5.13.0"
},
"devDependencies": {
"@types/mongoose": "^5.7.36",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"ts-node-dev": "^1.0.0-pre.56",
"typescript": "^3.9.7"
}
}