forked from Energy-Price-News-API/energy-prices-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"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 --detectOpenHandles"
},
"author": "Sam Anglin <[email protected]> (https://github.com/MizouziE)",
"contributors": [
"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)"
],
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"express": "^4.17.3",
"express-rate-limit": "^6.4.0",
"short-crypt": "^1.0.25",
"got": ">=11.8.5"
},
"engines": {
"node": "16.x",
"npm": "8.x"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"jest": "^28.1.0",
"nodemon": "^2.0.16",
"prettier": "2.6.2",
"supertest": "^6.2.3",
"got": ">=11.8.5"
}
}