-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 992 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
38
39
40
{
"name": "azure-blobs-content-uploader",
"version": "1.0.8",
"description": "A file uploader to multiple az-blob storage accounts, primarily to help SPA developers.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/armhil/azure-blobs-content-uploader.git"
},
"keywords": [
"azure",
"blob",
"SPA",
"CRA",
"static",
"content"
],
"author": "Arman Hilmioglu",
"license": "ISC",
"bugs": {
"url": "https://github.com/armhil/azure-blobs-content-uploader/issues"
},
"homepage": "https://github.com/armhil/azure-blobs-content-uploader#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@azure/identity": "^4.5.0",
"@azure/storage-blob": "^12.11.0",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"queue-fifo": "^0.2.6",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^22.9.0"
}
}