-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 938 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
{
"name": "@paperbits/azure",
"version": "0.1.661",
"description": "Microsoft Azure client library for Paperbits components.",
"author": "Paperbits",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paperbits/paperbits-azure.git"
},
"keywords": [
"paperbits",
"azure"
],
"bugs": {
"url": "https://github.com/paperbits/paperbits-azure/issues"
},
"dependencies": {
"@azure/storage-blob": "12.27.0",
"@paperbits/common": "0.1.661",
"applicationinsights-js": "1.0.21",
"mime": "^3.0.0"
},
"devDependencies": {
"@types/applicationinsights-js": "^1.0.9",
"@types/chai": "^4.2.16",
"@types/mime": "^4.0.0",
"@types/mocha": "^10.0.1",
"chai": "^4.3.4",
"mocha": "^10.2.0",
"ts-node": "^9.1.1",
"typescript": "5.3.3"
}
}