-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 987 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
{
"name": "seasons-of-serverless-solution-lovely-ladoos",
"version": "1.0.0",
"description": "Serverless Solution of Predicting Accuracy of your ladoos, using Custom Vision API and Azure Functions",
"main": "index.js",
"scripts": {
"start": "func start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramanaditya/Seasons-of-Serverless-Solution-Lovely-Ladoos.git"
},
"author": "Aditya Raman",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramanaditya/Seasons-of-Serverless-Solution-Lovely-Ladoos/issues"
},
"homepage": "https://github.com/ramanaditya/Seasons-of-Serverless-Solution-Lovely-Ladoos#readme",
"dependencies": {
"@azure/cognitiveservices-customvision-prediction": "^5.1.2",
"@azure/ms-rest-js": "^2.1.0",
"@azure/storage-blob": "^12.3.0",
"into-stream": "^6.0.0",
"parse-multipart": "^1.0.4",
"streamifier": "^0.1.1"
}
}