-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.48 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
{
"name": "rtb",
"version": "1.0.0",
"description": "real time billionaires tracker",
"author": {
"name": "komed3 (Paul Köhler)",
"email": "webmaster@komed3.de",
"url": "https://komed3.de"
},
"homepage": "https://github.com/komed3/rtb",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/komed3/rtb.git"
},
"bugs": {
"url": "https://github.com/komed3/rtb/issues"
},
"main": "server.js",
"scripts": {
"start": "nodemon server.js",
"update": "node maintenance/update.js",
"info": "node maintenance/info.js",
"info-reset": "node maintenance/info.js --reset",
"filter": "node maintenance/filter.js",
"stats": "node maintenance/stats.js",
"annual": "node maintenance/annual.js",
"top10": "node maintenance/top10.js",
"sitemap": "node maintenance/sitemap.js",
"compileSCSS": "node-sass app/styles/ -o public/styles/ --output-style compressed",
"compileJS": "uglifyjs-folder app/scripts/ -o public/scripts/ --each"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.7.7",
"cli-progress": "^3.12.0",
"cmpstr": "^1.0.2",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"fs": "^0.0.1-security",
"i18n-iso-countries": "^7.13.0",
"pug": "^3.0.3",
"svgworld": "^0.1.0"
}
}