-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.85 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "kanttiinit-kitchen",
"version": "4.15.13",
"description": "",
"main": "index.js",
"dependencies": {
"@sentry/node": "^5.4.0",
"@types/express": "^4.0.36",
"@types/express-session": "^1.15.2",
"@types/graphql": "^14.0.5",
"@types/node": "^13.9.1",
"body-parser": "^1.14.1",
"buffer-equal-constant-time": "^1.0.1",
"connect-session-sequelize": "^6.0.0",
"cors": "^2.8.4",
"dotenv": "^8.0.0",
"dropbox": "^4.0.4",
"express": "^4.15.4",
"express-graphql": "^0.9.0",
"express-session": "^1.15.5",
"graphql": "^14.1.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^13.0.0",
"jsonschema": "^1.1.0",
"lodash": "^4.14.0",
"moment": "^2.12.0",
"node-fetch": "^2.1.2",
"pg": "^7.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^5.8.7",
"sequelize-decorators": "^1.0.1",
"telegraf": "^3.23.0",
"typescript": "^4.2.2",
"universal-analytics": "^0.4.15",
"xml2js": "^0.4.16"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"jest": "^24.8.0",
"nodemon": "^2.0.2",
"npm-run-all": "^4.0.2",
"prettier": "1.19.1",
"supertest": "^4.0.2"
},
"engines": {
"node": "^12.9.0"
},
"scripts": {
"test": "jest --runInBand --setupFilesAfterEnv '<rootDir>/test/setup.js'",
"test:watch": "yarn test --watch",
"start": "node dist/index.js",
"install": "npm run build",
"lint": "prettier --check 'src/**/*.ts'",
"lint:fix": "prettier --write 'src/**/*.ts'",
"build": "tsc",
"worker:parse-menus": "node dist/menu-parser/worker.js",
"worker:backup": "node dist/utils/dropboxBackup.js",
"watch:dist": "nodemon --ignore src dist/index.js",
"watch:ts": "tsc -w",
"develop": "tsc && npm-run-all --parallel watch:*"
},
"jest": {
"testEnvironment": "node"
},
"author": "bodyflex",
"license": "MIT"
}