-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 990 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
39
{
"name": "curriculum",
"version": "1.0.0",
"description": "curriculum API for a website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lucatake/API-Curriculum.git"
},
"keywords": [
"API",
"curriculum",
"formrecognizer"
],
"author": "Microsoft + Luana Catake",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lucatake/API-Curriculum/issues"
},
"homepage": "https://github.com/Lucatake/API-Curriculum#readme",
"dependencies": {
"@azure/ai-form-recognizer": "^3.1.0",
"@azure/identity": "^1.3.0",
"@azure/storage-blob": "^12.5.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"https": "^1.0.0",
"node": "^16.1.0",
"node.js": "0.0.1-security"
}
}