-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 818 Bytes
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
{
"name": "hackattic-basic-face-detection",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "nodemon",
"test": "jest --config ./jest.config.json"
},
"engines": {
"node": "8.10.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^23.0.0",
"jest": "^23.1.0",
"nodemon": "^1.17.5",
"reflect-metadata": "^0.1.12",
"ts-jest": "^22.4.6",
"ts-node": "^6.0.5",
"typescript": "^2.9.1"
},
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.11.1",
"@types/node": "^10.3.0",
"@types/request-promise-native": "^1.0.14",
"@types/sharp": "^0.17.8",
"aws-sdk": "^2.250.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"sharp": "^0.20.3"
}
}