-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 Bytes
/
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
{
"name": "challenge-matias-miodosky",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/express": "^4.17.9",
"@types/node": "^14.14.9",
"@types/node-fetch": "^2.5.7",
"@types/request": "^2.48.5",
"@types/request-promise-native": "^1.0.17",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^8.2.1",
"nock": "^13.0.5",
"nyc": "^15.1.0",
"ts-node": "^9.0.0",
"tslog": "^2.11.1",
"typescript": "^4.1.2",
"chai-as-promised": "^7.1.1"
},
"dependencies": {
"@types/http-server": "^0.10.1",
"express": "^4.17.1",
"http-proxy": "^1.18.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
}
}