-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
77 lines (77 loc) · 2.9 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
68
69
70
71
72
73
74
75
76
77
{
"name": "energy-prices-api",
"version": "1.0.0",
"description": "info tracking on energy prices",
"main": "app.js",
"scripts": {
"start": "node src/app",
"dev": "nodemon src/app.js",
"test": "jest"
},
"author": "Sam Anglin <[email protected]> (https://github.com/MizouziE)",
"contributors": [
"Madalin Ignisca (https://madalinignisca.github.io/)",
"Soshun Esaki (https://github.com/OakenSushi)",
"nulad (https://github.com/nulad)",
"takanome_dev (https://github.com/TAKANOME-DEV)",
"AyushiN (https://github.com/ANaphade)",
"Yoshemith Castellanos Irribarren (https://github.com/Yoshemith)",
"dbsaw (https://github.com/dbsaw)",
"Diego Cordoba (https://github.com/dcordoba97)",
"Anu (https://github.com/anu-codes)",
"James Neff (https://github.com/NeffCodes)",
"Jon Rutter (https://github.com/rutterjt)",
"Roberto (https://github.com/cortezroberto)",
"Elmir Ismayilov (https://www.linkedin.com/in/elmirismayilov/)",
"Ramón Soria (https://github.com/RamonASV)",
"alesbe (https://github.com/alesbe)",
"kvaithin (https://github.com/kvaithin)",
"apurva-hub (https://github.com/apurva-hub)",
"Christine Kim (https://github.com/cfkim)",
"Ghada (https://github.com/GAbdulwhb)",
"Klesta Luli (https://github.com/klezi10",
"Jayavardhan (https://github.com/eddejayaklu)",
"Dalu46 (https://github.com/Dalu46)",
"Ian Luciano (https://github.com/ianskie26)",
"Muiz Uvais (https://github.com/MuizU)",
"Scott Wilson (https://github.com/scottjwilson)",
"k-puchala (https://github.com/k-puchala)",
"Snehashish Ghosh (https://github.com/snehashish-ghosh98)",
"Abdullah Al Noman (https://github.com/nomandhoni-cs)",
"Rohan Nair (https://github.com/rohan9454)",
"mrajen27 (https://github.com/mrajen27)",
"Ketan Parmar (https://github.com/KetanParmar07)",
"Z Adil Khwaja (https://github.com/zadilkhwaja)",
"Mumin Ahmad Khan (https://github.com/MuminAhmadKhan)",
"Stefan Talbot (https://github.com/TeaBizzy)",
"Dev Parikh (https://github.com/Dev79844)",
"Will (https://github.com/pwill12)",
"Ashwin Acharya (https://github.com/ashwin-acharya01)",
"Leon Lafayette (https://github.com/leonlafa)",
"Sayam Gandhak (https://github.com/sanyamgandhak)",
"Reny Pacheco (https://github.com/reny-pacheco)",
"Chinmay Kumbhare (https://github.com/chinmaykumbhare)",
"Chandan Kumar Mandal (https://github.com/chankruze)",
"Hamza Nawab (https://github.com/blazenn2)"
],
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.10",
"express": "^4.17.3",
"express-rate-limit": "^6.4.0",
"got": ">=12.5.3",
"short-crypt": "^1.0.25"
},
"engines": {
"node": "20.x",
"npm": "10.x"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"got": ">=12.5.3",
"jest": "^28.1.0",
"nodemon": "^2.0.16",
"prettier": "2.6.2"
}
}