-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "currency-rate-exchange-api",
"version": "1.0.0",
"description": "A robust API providing detailed information on 200 global currencies. Includes ISO currency codes, currency names, symbols, associated country data, national flags, and real-time exchange rates.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Sahil Jaiswal",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"cors": "^2.8.5",
"express": "^4.21.0"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
},
"keywords": [
"currency",
"exchange",
"API",
"global",
"real-time",
"ISO",
"forex",
"financial",
"free",
"flag",
"country"
],
"repository": {
"type": "git",
"url": "https://github.com/mrsahiljaiswal/Currency-Rate-Exchange-API.git"
},
"bugs": {
"url": "https://github.com/mrsahiljaiswal/Currency-Rate-Exchange-API/issues"
},
"homepage": "https://github.com/mrsahiljaiswal/Currency-Rate-Exchange-API#readme"
}