-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
{
"name": "lambda-image-converter",
"version": "1.0.11",
"description": "Lambda Image Converter Container",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neurospeech/lambda-image-converter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neurospeech/lambda-image-converter/issues"
},
"homepage": "https://github.com/neurospeech/lambda-image-converter#readme",
"dependencies": {
"@azure/functions": "^3.2.0",
"@azure/storage-blob": "^12.11.0",
"@tensorflow/tfjs": "^3.7.0",
"@tensorflow/tfjs-backend-wasm": "^3.7.0",
"@vladmandic/face-api": "1.3.1",
"canvas": "^2.8.0",
"mime-types": "^2.1.35",
"node-fetch": "^2.6.7",
"sharp": "^0.30.7",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@types/node": "^11.15.54",
"@types/sharp": "^0.29.5",
"fs": "0.0.1-security"
}
}