-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "magtu-bot",
"version": "1.0.0",
"description": "Бот расписания и замен с newlms.magtu.ru",
"repository": "https://github.com/ivanik7/magtu-bot",
"main": "dist",
"scripts": {
"start": "node dist",
"test": "eslint ./src/**/* && jest",
"build": "tsc"
},
"keywords": [],
"author": "ivanik",
"license": "GPL-3.0",
"prettier": {
"trailingComma": "none",
"arrowParens": "avoid"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^26.0.0",
"@types/koa": "^2.11.3",
"@types/koa-bodyparser": "^4.3.0",
"@types/mongoose": "^5.7.27",
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
},
"dependencies": {
"@koa/router": "^9.0.1",
"dotenv": "^8.2.0",
"koa": "^2.12.1",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"mongoose": "^5.9.19",
"node-fetch": "^2.6.0",
"winston": "^3.2.1",
"winston-transport": "^4.4.0"
}
}