-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "KPIbot",
"version": "1.0.1",
"description": "Bot for university",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test npm run mocha",
"pretest": "npm run lint",
"start": "node ./src",
"dev": "NODE_ENV=development nodemon ./src",
"lint": "node_modules/.bin/eslint .",
"fix-eslint": "node_modules/.bin/eslint . --fix",
"mocha": "NODE_ENV=test mocha"
},
"author": "Fowi",
"license": "ISC",
"dependencies": {
"config": "^1.30.0",
"encoding": "^0.1.12",
"got": "^8.3.2",
"image-size": "^0.6.3",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-helmet": "^4.0.0",
"koa-router": "^7.4.0",
"koa2-cors": "^2.0.6",
"mathmode": "0.0.4",
"mem": "^3.0.1",
"mongoose": "^5.2.8",
"node-rozklad-api": "^1.1.0",
"node-wav": "0.0.2",
"node-wit": "^5.0.0",
"object-mapper": "^5.0.0",
"parse5": "^5.0.0",
"picasa": "^1.0.7",
"pino": "^4.17.3",
"puppeteer": "^1.5.0",
"telegraf": "^3.21.2",
"telegraph-node": "^1.0.4"
},
"engines": {
"node": "10.4.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"mocha": "^5.2.0",
"nock": "^9.4.1",
"pre-commit": "^1.2.2"
}
}