-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1011 Bytes
/
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
{
"name": "sisyphus",
"version": "3.0.0",
"description": "Eternally condemned to provide data from thmmy.gr",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/THMMYgr/Sisyphus.git"
},
"author": "Ezerous <[email protected]>",
"license": "ISC",
"engines": {
"node": ">=18"
},
"exports": "./app.js",
"scripts": {
"start": "node app.js",
"debug": "cross-env-shell node $NODE_DEBUG_OPTION --inspect app.js",
"lint": "eslint . --format table",
"lint-fix": "eslint . --fix"
},
"dependencies": {
"express": "~4.18.2",
"firebase-admin": "~11.5.0",
"is-online": "~10.0.0",
"moment-timezone": "~0.5.37",
"thmmy": "~0.13.0",
"winston": "~3.8.2",
"winston-daily-rotate-file": "~4.7.1"
},
"devDependencies": {
"cross-env": "~7.0.3",
"eslint": "~8.34.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-formatter-table": "~7.32.1",
"eslint-plugin-import": "~2.27.5"
}
}