-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 877 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
{
"name": "notifier",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@material/card": "^4.0.0",
"@material/icon-button": "^4.0.0",
"@material/layout-grid": "^4.0.0",
"@material/typography": "^4.0.0",
"axios": "^0.19.2",
"bootstrap4-toggle": "^3.6.1",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"debug": "~2.6.9",
"diskdb": "^0.1.17",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"fast-levenshtein": "^2.0.6",
"http-errors": "~1.6.3",
"metacritic": "0.0.11",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"morgan": "~1.9.1",
"nintendo-switch-eshop": "^2.2.8",
"node-sass-middleware": "^0.11.0",
"pug": "^2.0.4"
},
"devDependencies": {
"eslint": "^6.8.0",
"prettier": "^2.0.4",
"prettier-eslint": "^9.0.1"
}
}