jonahkh
2020-05-13 4829e49af4e2cd4d8c8dfe0c215bd9f3d65efdfb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "history",
  "version": "1.0.0",
  "description": "A backend data service that returns historical data of currency exchange",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Marek Czernek <mczernek@redhat.com>",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1"
  }
}